aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/Makefile.am
blob: 7310e59665f51ec9575b907203af9ea00f79b1f2 (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
if ENABLE_COMPOSITE
comp=comp-mgr
complib= \
	client-types/libmb-wm-client-override.la \
	$(comp)/libmatchbox-window-manager-2-compmgr.la
endif

MAINTAINERCLEANFILES = Makefile.in

pkgincludedir = $(includedir)/@MBWM2_INCDIR@

SUBDIRS = core client-types theme-engines $(comp) managers

if ENABLE_LIBMATCHBOX
lib_LTLIBRARIES = libmatchbox2-@MBWM2_API_VERSION@.la


libmatchbox2_@MBWM2_API_VERSION@_la_LIBADD = \
			core/libmatchbox-window-manager-2-core.la \
                        client-types/libmb-wm-client-app.la \
			client-types/libmb-wm-client-desktop.la \
			client-types/libmb-wm-client-dialog.la \
			client-types/libmb-wm-client-input.la \
			client-types/libmb-wm-client-menu.la \
			client-types/libmb-wm-client-note.la \
			client-types/libmb-wm-client-panel.la \
			theme-engines/libmb-theme.la \
			$(complib)

libmatchbox2_@MBWM2_API_VERSION@_la_SOURCES =

pkginclude_HEADERS = *.h

else
endif