mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02: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:
committed by
Havoc Pennington
parent
1d764c63cc
commit
2fb6877346
@@ -12,7 +12,8 @@ libgirepository_la_SOURCES = \
|
|||||||
gmetadata.c \
|
gmetadata.c \
|
||||||
ginfo.c \
|
ginfo.c \
|
||||||
ginvoke.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
|
girepodir = $(includedir)/glib-2.0/gobject-introspection
|
||||||
girepo_HEADERS = girepository.h
|
girepo_HEADERS = girepository.h
|
||||||
|
Reference in New Issue
Block a user