summaryrefslogtreecommitdiff
path: root/Source/DirectFB/wm/unique/devices/Makefile.am
blob: c42f6975b877be0153a087e69af3ba8680d72bcd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
## Makefile.am for DirectFB/wm/unique/devices

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

AM_CPPFLAGS = \
	-DMODULEDIR=\"@MODULEDIR@\"	\
	-DSOPATH=\"@SOPATH@\"


noinst_LTLIBRARIES = libunique_devices.la

libunique_devices_la_SOURCES = \
	pointer.c	\
	wheel.c		\
	keyboard.c