2008-03-29 Cosimo Cecchi <cosimoc@gnome.org>
[nautilus.git] / test / Makefile.am
blobd018fea59de54e8d2465c4fa9e65a739dc9fa925
1 NULL=
3 INCLUDES =\
4         -I$(top_srcdir) \
5         $(CORE_CFLAGS) \
6         -DVERSION="\"$(VERSION)\"" \
7         -DNAUTILUS_DATADIR=\""$(datadir)/nautilus"\" \
8         $(NULL)
10 LDADD =\
11         $(top_builddir)/libnautilus-private/libnautilus-private.la \
12         $(CORE_LIBS) \
13         $(NULL)
15 noinst_PROGRAMS =\
16         test-nautilus-wrap-table \
17         test-nautilus-search-engine \
18         test-nautilus-directory-async \
19         test-nautilus-copy \
20         $(NULL)
22 test_nautilus_copy_SOURCES = test-copy.c test.c
24 test_nautilus_wrap_table_SOURCES = test-nautilus-wrap-table.c test.c
26 test_nautilus_search_engine_SOURCES = test-nautilus-search-engine.c 
28 test_nautilus_directory_async_SOURCES = test-nautilus-directory-async.c
30 EXTRA_DIST = \
31         test.h \
32         $(NULL)