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

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_classes.la

libunique_classes_la_SOURCES = \
	foo.c		\
	frame.c		\
	root.c		\
	window.c