diff options
| author | 2008-04-23 17:44:36 -0700 | |
|---|---|---|
| committer | 2008-04-23 17:44:36 -0700 | |
| commit | 0ea462ae9895ca903c8d3134910c06e1869560c4 (patch) | |
| tree | c1b72a170cfca14c1b9cccd552e5cadc249bd483 /src/Makefile.am | |
| parent | Fix configure.ac missing fi after initial merge. (diff) | |
First cut at integrating juju
This is currently working with legacy ieee1394 and tools/testlibraw.
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 16b6add..56a0950 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -17,7 +17,12 @@ libraw1394_la_SOURCES = \ version.c \ kernel-raw1394.h \ raw1394_private.h \ - ieee1394-ioctl.h + ieee1394-ioctl.h \ + dispatch.c \ + ../juju/raw1394.c \ + ../juju/raw1394-iso.c \ + ../juju.h + # headers to be installed pkginclude_HEADERS = raw1394.h csr.h ieee1394.h |
