aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/comp-mgr/Makefile.am
blob: 33fd3e8d8e9a89be6ff2a3f999e8cb681d9d4421 (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
core_h    = mb-wm-comp-mgr.h
core_c    = mb-wm-comp-mgr.c

if COMP_MGR_BACKEND
if ENABLE_CLUTTER_COMPOSITE_MANAGER
clutter_h = mb-wm-comp-clutter.h
clutter_c = mb-wm-comp-mgr-clutter.c
else
xrender_h = mb-wm-comp-mgr-xrender.h
xrender_c = mb-wm-comp-mgr-xrender.c
endif
endif

pkgincludedir = $(includedir)/@MBWM2_INCDIR@/comp-mgr

if ENABLE_LIBMATCHBOX
pkginclude_HEADERS = mb-wm-comp-mgr-clutter.h  mb-wm-comp-mgr.h  mb-wm-comp-mgr-xrender.h
endif
noinst_LTLIBRARIES = libmatchbox-window-manager-2-compmgr.la
libmatchbox_window_manager_2_compmgr_la_SOURCES = $(core_h) $(core_c) \
						  $(xrender_h) $(xrender_c) \
						  $(clutter_h) $(clutter_c)
libmatchbox_window_manager_2_compmgr_la_CFLAGS = @MBWM_INCS@ @MBWM_CFLAGS@

MAINTAINERCLEANFILES = Makefile.in