summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorRamiro Estrugo <ramiro@src.gnome.org>2001-05-02 12:18:48 +0000
committerRamiro Estrugo <ramiro@src.gnome.org>2001-05-02 12:18:48 +0000
commit60b832fdfb671c993754197fabea5e7ee9547a5d (patch)
treeedba3dd7f1b424cd16f89626ca411f4bb25863ac /test
parent6b46bdc9e6b34bf7899f415192bc4b98da70d33b (diff)
downloadnautilus-60b832fdfb671c993754197fabea5e7ee9547a5d.tar.gz
Lots of improvement. Make dealing with dependency libs/cflags simpler.
* configure.in: Lots of improvement. Make dealing with dependency libs/cflags simpler. * applets/launcher/Makefile.am: * applets/preferences-applet/Makefile.am: * components/adapter/Makefile.am: * components/hardware/Makefile.am: * components/help/Makefile.am: * components/history/Makefile.am: * components/image-viewer/Makefile.am: * components/loser/content/Makefile.am: * components/loser/sidebar/Makefile.am: * components/mozilla/Makefile.am: * components/music/Makefile.am: * components/news/Makefile.am: * components/notes/Makefile.am: * components/sample/Makefile.am: * components/text/Makefile.am: * components/throbber/Makefile.am: * components/tree/Makefile.am: * helper-utilities/error-dialog/Makefile.am: * icons/arlo/throbber/Makefile.am: * icons/crux_eggplant/backgrounds/Makefile.am: * icons/crux_eggplant/sidebar_tab_pieces/Makefile.am: * icons/crux_eggplant/throbber/Makefile.am: * icons/gnome/throbber/Makefile.am: * icons/sidebar_tab_pieces/Makefile.am: * libnautilus-adapter/Makefile.am: * libnautilus-extensions/Makefile.am: * libnautilus/Makefile.am: * src/Makefile.am: * src/file-manager/Makefile.am: * test/Makefile.am: Eliminate cut-n-paste disease by using dependency macros defined in configure.in.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am30
1 files changed, 6 insertions, 24 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 8505df501..9b9a2b3bf 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,35 +1,17 @@
NULL=
INCLUDES =\
- -I$(top_srcdir) \
- -I$(top_builddir) \
- -I$(top_builddir)/libnautilus \
- -I$(top_srcdir)/cut-n-paste-code\
- $(EEL_CFLAGS) \
- $(LIBRSVG_CFLAGS) \
- $(BONOBO_CFLAGS) \
- $(OAF_CFLAGS) \
- $(GCONF_CFLAGS) \
- $(GNOMEUI_CFLAGS) \
- $(VFS_CFLAGS) \
- $(XML_CFLAGS) \
- -DVERSION="\"$(VERSION)\"" \
- -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
- -DNAUTILUS_DATADIR=\""$(datadir)/nautilus"\" \
+ -I$(top_srcdir) \
+ $(NAUTILUS_PRIVATE_CFLAGS) \
+ -DVERSION="\"$(VERSION)\"" \
+ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \
+ -DNAUTILUS_DATADIR=\""$(datadir)/nautilus"\" \
$(NULL)
-# -DBACKGROUNDS_DIR=\""$(top_srcdir)/data/backgrounds"\" \
LDADD =\
$(top_builddir)/libnautilus/libnautilus.la \
$(top_builddir)/libnautilus-extensions/libnautilus-extensions.la \
- $(EEL_LIBS) \
- $(LIBRSVG_LIBS) \
- $(BONOBO_LIBS) \
- $(OAF_LIBS) \
- $(GCONF_LIBS) \
- $(GNOMEUI_LIBS) \
- $(VFS_LIBS) \
- $(XML_LIBS) \
+ $(NAUTILUS_PRIVATE_LIBS) \
$(NULL)
noinst_PROGRAMS =\