summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: d5ffdbcca8c51c1b327a7e4dd175ed6df6cc98ab (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
@SET_MAKE@

INCLUDES = $(XFCE_CFLAGS)
libxfce_la_CFLAGS = $(XFCE_CFLAGS) $(CFLAGS)

enginedir = $(libdir)/gtk-2.0/$(GTK_VERSION)/engines

engine_LTLIBRARIES = libxfce.la

libxfce_la_SOURCES = \
	gradient_draw.c		\
	gradient_draw.h 	\
	xfce_theme_draw.c	\
	xfce_theme_main.c	\
	xfce_rc_style.c 	\
	xfce_rc_style.h 	\
	xfce_style.h

libxfce_la_LDFLAGS = -module -avoid-version

if HAVE_CYGWIN
libxfce_la_LDFLAGS +=           \
	-no-undefined
endif

libxfce_la_LIBADD = $(XFCE_LIBS)