summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-10 08:34:34 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2005-09-10 08:34:34 +0000
commitfd539669ab1db9e43154072e91100496d06ad49b (patch)
tree40a0bf871909c8a32c2fd12dd9e137dd960dc68b /tests/Makefile.am
parent3d8f4d0e3b7df21b73051d99b5dc75e9961874c1 (diff)
Initial import
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1080 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
new file mode 100644
index 0000000..a436696
--- /dev/null
+++ b/tests/Makefile.am
@@ -0,0 +1,7 @@
+noinst_PROGRAMS=test-itdb
+
+INCLUDES=$(LIBGPOD_CFLAGS) -I$(top_srcdir)/src -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\"
+LIBS=$(LIBGPOD_LIBS)
+
+test_itdb_SOURCES = itdb_main.c
+test_itdb_LDADD = $(top_builddir)/src/libgpod.la