diff options
| author | Christophe Fergeau <teuf@gnome.org> | 2005-09-10 08:34:34 +0000 |
|---|---|---|
| committer | Christophe Fergeau <teuf@gnome.org> | 2005-09-10 08:34:34 +0000 |
| commit | 0ab16882c390a86d28e26475b4a5e103e1e1c928 (patch) | |
| tree | 40a0bf871909c8a32c2fd12dd9e137dd960dc68b /tests/Makefile.am | |
| parent | e0b984b1f54de9ecd6bbf5b3f0e31e8677de3d54 (diff) | |
| download | libgpod-0ab16882c390a86d28e26475b4a5e103e1e1c928.tar.gz libgpod-0ab16882c390a86d28e26475b4a5e103e1e1c928.tar.xz libgpod-0ab16882c390a86d28e26475b4a5e103e1e1c928.zip | |
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.am | 7 |
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 |
