diff options
| author | 2000-11-22 23:12:56 +0000 | |
|---|---|---|
| committer | 2000-11-22 23:12:56 +0000 | |
| commit | e656d9f2f6c50bf3a17c67da7e0d131ff7f94302 (patch) | |
| tree | 99d21880746a44a97a671af1946a619c308883bd /src/Makefile.am | |
| parent | Fix raw1394_start_iso_write() which uses wrong variable. (diff) | |
Added ieee1394.h header.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@40 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 78fb027..c10cae5 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -15,7 +15,7 @@ libraw1394_la_SOURCES = \ raw1394_private.h # headers to be installed -pkginclude_HEADERS = raw1394.h csr.h +pkginclude_HEADERS = raw1394.h csr.h ieee1394.h # testlibraw noinst_PROGRAMS = testlibraw |
