summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 4780e8801d682e38c5fccab223f5ada2e6d530e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

INCLUDES =						\
	-I$(top_srcdir)/libgphoto2			\
	-I$(top_srcdir)/libgphoto2_port/libgphoto2_port

noinst_PROGRAMS =	\
	test-gphoto2	\
	test-filesys

test_gphoto2_SOURCE = test-gphoto2.c
test_gphoto2_LDADD = ../libgphoto2/libgphoto2.la

test_filesys_SOURCE = test-filesys.c
test_filesys_LDADD = ../libgphoto2/libgphoto2.la