summaryrefslogtreecommitdiff
path: root/exa/Makefile.am
blob: d3a7edce51de460983ebe6aecdd98674da2c4032 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
module_LTLIBRARIES = libexa.la

sdk_HEADERS = exa.h

libexa_la_LDFLAGS = -avoid-version

INCLUDES = \
	$(XORG_INCS) \
	-I$(srcdir)/../../../miext/cw

AM_CFLAGS = $(XORG_CFLAGS)

libexa_la_SOURCES = \
	exaasync.c \
	exa.c \
	exa.h \
	exaoffscreen.c \
	exapict.c \
	exaPriv.h