diff options
| author | Johan Dahlin <johan@gnome.org> | 2008-07-20 12:31:30 +0000 |
|---|---|---|
| committer | Johan Dahlin <johan@src.gnome.org> | 2008-07-20 12:31:30 +0000 |
| commit | 723d35fc2d1f65e3d040c3b61ada66d45b84a481 (patch) | |
| tree | a8845a4c2cc09b5f0d60c0063264b8515c37ad4f /gobject | |
| parent | 46a755b0216287884aab41654fa68a7541d25a79 (diff) | |
| download | pygobject-723d35fc2d1f65e3d040c3b61ada66d45b84a481.tar.gz pygobject-723d35fc2d1f65e3d040c3b61ada66d45b84a481.tar.xz pygobject-723d35fc2d1f65e3d040c3b61ada66d45b84a481.zip | |
Use pkg-config to check for libffi again.
2008-07-20 Johan Dahlin <johan@gnome.org>
* configure.ac:
* gobject/Makefile.am:
Use pkg-config to check for libffi again.
svn path=/trunk/; revision=841
Diffstat (limited to 'gobject')
| -rw-r--r-- | gobject/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am index 94cafc7..94a1d29 100644 --- a/gobject/Makefile.am +++ b/gobject/Makefile.am @@ -1,6 +1,6 @@ AUTOMAKE_OPTIONS = 1.7 PLATFORM_VERSION = 2.0 -INCLUDES = $(PYTHON_INCLUDES) $(GLIB_CFLAGS) -DPY_SSIZE_T_CLEAN +INCLUDES = $(PYTHON_INCLUDES) $(FFI_CFLAGS) $(GLIB_CFLAGS) -DPY_SSIZE_T_CLEAN pkgincludedir = $(includedir)/pygtk-$(PLATFORM_VERSION) pkginclude_HEADERS = pygobject.h |
