aboutsummaryrefslogtreecommitdiffstats
path: root/managers/clutter/Makefile.am
blob: e207df523d32f182a3c673b683a8a8a2631ae4ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
INCLUDES = \
	$(MBWM_INCS) \
	$(MBWM_CFLAGS)

bin_PROGRAMS = matchbox-window-manager-2-clutter

matchbox_window_manager_2_clutter_SOURCES = \
	matchbox-window-manager-2-clutter.c \
	mb-wm-comp-mgr-clutter.h \
	mb-wm-comp-mgr-clutter.c \
	tidy/tidy-texture-frame.h \
	tidy/tidy-texture-frame.c


matchbox_window_manager_2_clutter_LDFLAGS = \
	$(MBWM_DEBUG_LDFLAGS) \
	$(LDFLAGS)

matchbox_window_manager_2_clutter_LDADD = \
	$(top_builddir)/matchbox/libmatchbox-@MBWM_API_VERSION@.la \
	$(MBWM_LIBS)