aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox2/comp-mgr/Makefile.am
blob: 1868c809e4d56d46c0544a9c26a836ee8489612f (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
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

pkginclude_HEADERS = mb-wm-comp-mgr-clutter.h  mb-wm-comp-mgr.h  mb-wm-comp-mgr-xrender.h

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