summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCosimo Cecchi <cosimoc@gnome.org>2010-10-27 17:59:02 +0200
committerCosimo Cecchi <cosimoc@gnome.org>2010-10-30 16:29:14 +0200
commit393df7a83c0a779784095a993db238867daeaa7a (patch)
tree2643d82c8a319b1c42927b5b6987666b29cf64b4 /test
parent8d9d6128b69e641c2b77322e8832be8ae0b9bf93 (diff)
downloadnautilus-393df7a83c0a779784095a993db238867daeaa7a.tar.gz
build: simplify configure script
Also, don't support old exif/exempi APIs anymore.
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am8
1 files changed, 6 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index af4780c2b..32301cc3f 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -2,7 +2,9 @@ NULL=
INCLUDES =\
-I$(top_srcdir) \
- $(CORE_CFLAGS) \
+ $(BASE_CFLAGS) \
+ $(COMMON_CFLAGS) \
+ $(NAUTILUS_CFLAGS) \
$(WARNING_CFLAGS) \
-DVERSION="\"$(VERSION)\"" \
-DNAUTILUS_DATADIR=\""$(datadir)/nautilus"\" \
@@ -11,7 +13,9 @@ INCLUDES =\
LDADD =\
$(top_builddir)/libnautilus-private/libnautilus-private.la \
- $(CORE_LIBS) \
+ $(BASE_LIBS) \
+ $(COMMON_LIBS) \
+ $(NAUTILUS_LIBS) \
$(NULL)
noinst_PROGRAMS =\