This repository has been archived on 2022-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
1999-12-02 18:07:38 -05:00
|
|
|
|
|
|
|
# the libraw1394 itself
|
|
|
|
|
|
|
|
lib_LTLIBRARIES = libraw1394.la
|
|
|
|
|
2000-03-16 21:15:23 -05:00
|
|
|
libraw1394_la_LDFLAGS = -version-info 3:0:1
|
1999-12-02 18:07:38 -05:00
|
|
|
|
|
|
|
libraw1394_la_SOURCES = \
|
|
|
|
main.c \
|
|
|
|
eventloop.c \
|
|
|
|
readwrite.c \
|
1999-12-29 17:24:32 -05:00
|
|
|
iso.c \
|
2000-03-15 22:40:52 -05:00
|
|
|
fcp.c \
|
1999-12-02 18:07:38 -05:00
|
|
|
kernel-raw1394.h \
|
|
|
|
raw1394_private.h
|
|
|
|
|
|
|
|
# headers to be installed
|
|
|
|
pkginclude_HEADERS = raw1394.h csr.h
|
|
|
|
|
|
|
|
# testlibraw
|
|
|
|
noinst_PROGRAMS = testlibraw
|
|
|
|
testlibraw_LDADD = libraw1394.la
|