summaryrefslogtreecommitdiffstats
path: root/juju/Makefile.am
diff options
context:
space:
mode:
authorGravatar Dan Dennedy 2008-04-22 10:51:50 -0700
committerGravatar Dan Dennedy 2008-04-22 10:51:50 -0700
commit7c4d4970543f1829e783cc2bea2421913cc23a04 (patch)
tree96697b7ba341760df6f5bf745a102938d509a9bc /juju/Makefile.am
parentMerge branch 'master' of dennedy.org:git/dennedy.org/libraw1394 (diff)
parentSet handle->iso.packets to NULL after freeing to avoid double-frees. (diff)
Merge commit 'krh/juju'
Conflicts: configure.ac
Diffstat (limited to 'juju/Makefile.am')
-rw-r--r--juju/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/juju/Makefile.am b/juju/Makefile.am
new file mode 100644
index 0000000..6fd6a5e
--- /dev/null
+++ b/juju/Makefile.am
@@ -0,0 +1,8 @@
+lib_LTLIBRARIES = libraw1394.la
+
+INCLUDES = -I$(JUJU_DIR)
+libraw1394_la_LDFLAGS = -version-info @lt_major@:@lt_revision@:@lt_age@
+
+libraw1394_la_SOURCES = raw1394.c raw1394-iso.c juju.h
+
+pkginclude_HEADERS = ../src/raw1394.h ../src/csr.h ../src/ieee1394.h
/td>-6/+488