summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo J. A. M. Carneiro <gjc@src.gnome.org>2005-06-24 13:57:11 +0000
committerGustavo J. A. M. Carneiro <gjc@src.gnome.org>2005-06-24 13:57:11 +0000
commit30c5d4e8208fa8b42fa65ad151b0f2ef11382af2 (patch)
tree98631adca55a8a59eae42ff3e53187052684bdf2
parent63ec5c55429ce1d312943fbd0a1287c68a4b0582 (diff)
downloadpygobject-pygtk-introspection.tar.gz
build system improvements; don't hardcore gobject-introspection libs/cflagspygtk-introspection
-rw-r--r--gobject/Makefile.am4
-rw-r--r--tests/Makefile.am2
2 files changed, 3 insertions, 3 deletions
diff --git a/gobject/Makefile.am b/gobject/Makefile.am
index 89e974c4..8f26b2fa 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) -I$(top_srcdir)/../gobject-introspection/src
+INCLUDES = $(PYTHON_INCLUDES) $(GLIB_CFLAGS)
pkgincludedir = $(includedir)/pygtk-$(PLATFORM_VERSION)
pkginclude_HEADERS = pygobject.h
@@ -15,7 +15,7 @@ endif
gobject_la_CFLAGS = $(GLIB_CFLAGS)
gobject_la_LDFLAGS = $(common_ldflags) -export-symbols-regex initgobject
-gobject_la_LIBADD = $(GLIB_LIBS) -L$(top_srcdir)/../gobject-introspection/src -lirepository
+gobject_la_LIBADD = $(GLIB_LIBS)
gobject_la_SOURCES = \
pygiargument.c \
pygifunction.c \
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a8ee7c4e..9b0b8de0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -4,7 +4,7 @@ INCLUDES = \
$(PANGO_CFLAGS) \
$(ATK_CFLAGS) \
$(GTK_CFLAGS) \
- -I$(top_srcdir)/gobject -I$(top_srcdir)/../gobject-introspection/src
+ -I$(top_srcdir)/gobject
EXTRA_DIST = $(tests) common.py runtests.py test-thread.h test-unknown.h