summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGravatar abombe 1999-12-02 23:07:38 +0000
committerGravatar abombe 1999-12-02 23:07:38 +0000
commit0f5ef10baaba0890f7e9bed6545e0614b65e7884 (patch)
tree115fc38dea3113e5937f33fba540764e0802c80b /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.am20
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