summaryrefslogtreecommitdiff
path: root/libxfsm/Makefile.am
blob: 215b6bf8de7f8f9f14e144f269cbbde9e1d06c3b (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
INCLUDES =								\
	-I$(top_srcdir)

# common library
lib_LTLIBRARIES = libxfsm-4.2.la

libxfsm_4_2_la_SOURCES =						\
	xfsm-splash-rc.c						\
	xfsm-splash-rc.h						\
	xfsm-util.h							\
	xfsm-util.c

libxfsm_4_2_la_CFLAGS =							\
	@LIBX11_CFLAGS@							\
	@LIBXFCEGUI4_CFLAGS@

libxfsm_4_2_la_LDFLAGS =						\
	-export-dynamic							\
	-version-info 0:1:0

if HAVE_OS_CYGWIN
libxfsm_4_2_la_LDFLAGS +=						\
	-no-undefined							\
	@LIBX11_LDFLAGS@

libxfsm_4_2_la_LIBADD =							\
	@LIBX11_LIBS@							\
	@LIBXFCEGUI4_LIBS@
endif


libxfsmincludedir =							\
	$(includedir)/xfce4/xfce4-session-4.2/libxfsm

libxfsminclude_HEADERS = 						\
	xfsm-splash-engine.h						\
	xfsm-splash-rc.h


pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xfce4-session-1.0.pc