summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
blob: a4366965a6a4d7356aadf143512226b6ae2255a8 (plain)
1
2
3
4
5
6
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