summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 26deb68964a69f307bd1e8331258cc4c61c3da77 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
MAINTAINERCLEANFILES = Makefile.in

# the libraw1394 itself

lib_LTLIBRARIES = libraw1394.la

libraw1394_la_LDFLAGS = -version-info @lt_major@:@lt_revision@:@lt_age@

libraw1394_la_SOURCES =   \
	main.c            \
	eventloop.c       \
	errors.c          \
	readwrite.c       \
	iso.c             \
	fcp.c             \
	arm.c             \
	version.c         \
	kernel-raw1394.h  \
	raw1394_private.h \
	ieee1394-ioctl.h  \
	dispatch.c        \
	fw.c              \
	fw-iso.c          \
	fw.h              \
	firewire-cdev.h   \
	firewire-constants.h

# headers to be installed
pkginclude_HEADERS = raw1394.h csr.h ieee1394.h
w.gravatar.com/avatar/4fdeb2365dc75bd544972b8cdb7992fd?s=13&d=retro' width='13' height='13' alt='Gravatar' /> aeb 3-5/+6 2000-03-18Mention byte order change.Gravatar aeb 1-0/+2 2000-03-18Mention SourceForge home.Gravatar aeb 1-1/+5