summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 491c97d4e7fbe73cc5cf74eb9e51abdf84acaa4f (plain)
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

rootlibdir = $(exec_prefix)/$(libdir_name)
rootlib_LTLIBRARIES = \
	libdlo.la

include_HEADERS = \
	libdlo.h

libdlo_la_SOURCES = \
	dlo_base.h \
	dlo_data.h \
	dlo_defs.h \
	dlo_grfx.h \
	dlo_mode.h \
	dlo_structs.h \
	dlo_usb.h \
	dlo_grfx.c \
	dlo_mode.c \
	dlo_usb.c  \
	libdlo.c

# here in the early use of the library, set DEBUG on to get better runtime info
libdlo_la_CFLAGS = -DDEBUG
libdlo_la_LDFLAGS = -lusb