summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorDarin Adler <darin@src.gnome.org>2001-08-26 05:21:02 +0000
committerDarin Adler <darin@src.gnome.org>2001-08-26 05:21:02 +0000
commit454d537602eff895b1ed507d5e3be764f7f14fef (patch)
tree926094db12e98dcc21ad873d1283d1b5650f0a80 /tests
parent739a42053b10357a3f403eac832a8dd61fca49b0 (diff)
downloadgconf-454d537602eff895b1ed507d5e3be764f7f14fef.tar.gz
Got rid of extra unneeded -I directives.
* backends/Makefile.am: * examples/Makefile.am: * gconf-editor/Makefile.am: * tests/Makefile.am: * wrappers/guile/Makefile.am: Got rid of extra unneeded -I directives. * examples/basic-gconf-app.c: * examples/simple-controller.c: * examples/simple-view.c: Changed includes to use the normal <gconf/*> format, because that is both better for examples, and works fine when building gconf too, without any special -I trickery.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f0bfdc30..54a55a27 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,9 +1,8 @@
EFENCE=
-INCLUDES = -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/gconf \
- -I$(top_builddir)/gconf \
- -I$(includedir) $(DEPENDENT_CFLAGS) \
+INCLUDES = -I$(top_srcdir) -I$(top_builddir) \
+ $(DEPENDENT_CFLAGS) \
-DG_LOG_DOMAIN=\"GConf-Tests\" -DGCONF_ENABLE_INTERNALS=1
noinst_PROGRAMS=testgconf testlisteners testschemas testchangeset testencode testunique testpersistence testdirlist testaddress