This repository has been archived on 2022-09-20. You can view files and clone it, but cannot push or open issues or pull requests.
2007-03-26 16:49:12 -04:00
|
|
|
lib_LTLIBRARIES = libraw1394.la
|
|
|
|
|
2008-04-23 20:44:36 -04:00
|
|
|
INCLUDES = -I$(FW_DIR)
|
2007-03-26 16:49:12 -04:00
|
|
|
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
|