aboutsummaryrefslogtreecommitdiffstats
path: root/managers/maemo/Makefile.am
blob: 45967b529dffcd8ab3647ea311bdb37f91be90c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUBDIRS = theme

INCLUDES = \
	$(MBWM_INCS) \
	$(MBWM_CFLAGS)

bin_PROGRAMS = matchbox-window-manager-2-maemo

matchbox_window_manager_2_maemo_SOURCES = \
	maemo-toolbar.c	\
	maemo-input.c \
	maemo-window-manager.c \
	matchbox-window-manager-2-maemo.c

matchbox_window_manager_2_maemo_LDFLAGS = \
	$(MBWM_DEBUG_LDFLAGS) \
	$(LDFLAGS)

matchbox_window_manager_2_maemo_LDADD = \
	$(top_builddir)/matchbox2/libmatchbox2-@MBWM2_API_VERSION@.la \
	$(MBWM_LIBS)