diff options
| author | 1999-12-02 23:07:38 +0000 | |
|---|---|---|
| committer | 1999-12-02 23:07:38 +0000 | |
| commit | 0f5ef10baaba0890f7e9bed6545e0614b65e7884 (patch) | |
| tree | 115fc38dea3113e5937f33fba540764e0802c80b /src/Makefile.am | |
Initial revision
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@1 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..4905126 --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,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 |
