mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
Take advantage of a libffi.pc if one exists, as it does on Fedora 8. Make
2008-03-05 Havoc Pennington <hp@redhat.com> * configure.ac: Take advantage of a libffi.pc if one exists, as it does on Fedora 8. Make libffi a hard requirement, since it was in practice anyway (was not really conditional in the code or makefile, only in configure). svn path=/trunk/; revision=121
This commit is contained in:
parent
1d764c63cc
commit
2fb6877346
@ -12,7 +12,8 @@ libgirepository_la_SOURCES = \
|
||||
gmetadata.c \
|
||||
ginfo.c \
|
||||
ginvoke.c
|
||||
libgirepository_la_CFLAGS = $(GIREPO_CFLAGS)
|
||||
libgirepository_la_CPPFLAGS = $(GIREPO_CFLAGS)
|
||||
libgirepository_la_LIBADD = $(GIREPO_LIBS)
|
||||
|
||||
girepodir = $(includedir)/glib-2.0/gobject-introspection
|
||||
girepo_HEADERS = girepository.h
|
||||
|
Loading…
Reference in New Issue
Block a user