diff options
author | Simon Feltman <sfeltman@src.gnome.org> | 2014-01-14 14:28:52 -0800 |
---|---|---|
committer | Simon Feltman <sfeltman@src.gnome.org> | 2014-01-14 14:28:52 -0800 |
commit | 0b7d85f3379adfb3cf1122588e333707ee089e46 (patch) | |
tree | 7fa225232647d6d3b1f15d13f5820f0e50261fd7 /tests | |
parent | 35b5a85aad91f48935dd49fee60d69e6184eff2c (diff) | |
download | pygobject-0b7d85f3379adfb3cf1122588e333707ee089e46.tar.gz |
build: Remove _glib directory include from testhelper CFLAGS
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index e69c2634..d69bbade 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -54,7 +54,7 @@ CLEANFILES += Regress-1.0.gir Regress-1.0.typelib GIMarshallingTests-1.0.gir GIM check_LTLIBRARIES += testhelper.la -testhelper_la_CFLAGS = -I$(top_srcdir)/gi -I$(top_srcdir)/gi/_glib $(PYTHON_INCLUDES) $(GLIB_CFLAGS) +testhelper_la_CFLAGS = -I$(top_srcdir)/gi $(PYTHON_INCLUDES) $(GLIB_CFLAGS) testhelper_la_LDFLAGS = -module -avoid-version testhelper_la_LIBADD = $(GLIB_LIBS) testhelper_la_SOURCES = \ |