summaryrefslogtreecommitdiff
path: root/Source/DirectFB/inputdrivers/wm97xx_ts/Makefile.am
blob: d65c5093f936b803da8086eaf3ee3f08ff5d0b9c (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
26
27
28
29
30
31
## Makefile.am for DirectFB/inputdrivers/wm97xx

INCLUDES = \
	-I$(top_srcdir)/include	\
	-I$(top_builddir)/lib	\
	-I$(top_srcdir)/lib	\
	-I$(top_srcdir)/src

input_LTLIBRARIES = libdirectfb_wm97xx_ts.la

if BUILD_STATIC
input_DATA = $(input_LTLIBRARIES:.la=.o)
endif

inputdir = $(MODULEDIR)/inputdrivers

libdirectfb_wm97xx_ts_la_SOURCES =	\
	wm97xx_ts.c

libdirectfb_wm97xx_ts_la_LDFLAGS = \
	-module			\
	-avoid-version		\
	$(DFB_LDFLAGS)

libdirectfb_wm97xx_ts_la_LIBADD = \
	$(top_builddir)/lib/direct/libdirect.la \
	$(top_builddir)/src/libdirectfb.la


include $(top_srcdir)/rules/libobject.make