summaryrefslogtreecommitdiff
path: root/Source/DirectFB/src/misc/Makefile.am
blob: d1e77b709db610f2b62c1aee5f611b73e6002282 (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
## Makefile.am for DirectFB/src/misc

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

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

internalincludedir = $(INTERNALINCLUDEDIR)/misc

internalinclude_HEADERS = \
	conf.h			\
	gfx_util.h		\
	util.h


noinst_LTLIBRARIES = libdirectfb_misc.la

libdirectfb_misc_la_SOURCES =	\
	conf.c			\
	dither565.h		\
	gfx_util.c		\
	util.c