diff options
| author | 2007-03-26 16:49:12 -0400 | |
|---|---|---|
| committer | 2007-03-26 16:49:12 -0400 | |
| commit | 5659d28c2de4a3b7ca1b9a77d847478303475996 (patch) | |
| tree | c87d4d21ddbd1361d589cac0051958ecdc8ecf80 /juju/Makefile.am | |
| parent | add documentation about existence of RAW1394DEV (diff) | |
Add the juju support work so far.
Diffstat (limited to 'juju/Makefile.am')
| -rw-r--r-- | juju/Makefile.am | 8 |
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 |
