diff options
| author | 2008-04-23 17:44:36 -0700 | |
|---|---|---|
| committer | 2008-04-23 17:44:36 -0700 | |
| commit | 0ea462ae9895ca903c8d3134910c06e1869560c4 (patch) | |
| tree | c1b72a170cfca14c1b9cccd552e5cadc249bd483 /juju/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 'juju/Makefile.am')
| -rw-r--r-- | juju/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juju/Makefile.am b/juju/Makefile.am index 6fd6a5e..af7501a 100644 --- a/juju/Makefile.am +++ b/juju/Makefile.am @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libraw1394.la -INCLUDES = -I$(JUJU_DIR) +INCLUDES = -I$(FW_DIR) libraw1394_la_LDFLAGS = -version-info @lt_major@:@lt_revision@:@lt_age@ libraw1394_la_SOURCES = raw1394.c raw1394-iso.c juju.h |
