summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 490512691da8d04d1fe7601db2ff206a06460261 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# the libraw1394 itself

lib_LTLIBRARIES = libraw1394.la

libraw1394_la_LDFLAGS = -version-info 0:0:0

libraw1394_la_SOURCES =   \
	main.c            \
	eventloop.c       \
	readwrite.c       \
	kernel-raw1394.h  \
	raw1394_private.h

# headers to be installed
pkginclude_HEADERS = raw1394.h csr.h

# testlibraw
noinst_PROGRAMS = testlibraw
testlibraw_LDADD = libraw1394.la