aboutsummaryrefslogtreecommitdiffstats
path: root/managers/simple/Makefile.am
blob: 745ba8c103f96d62953611037db6dd36f7d42d74 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
INCLUDES = \
	$(MBWM_INCS) \
	$(MBWM_CFLAGS)

bin_PROGRAMS = matchbox-window-manager-2-simple

matchbox_window_manager_2_simple_SOURCES = \
	matchbox-window-manager-2-simple.c

matchbox_window_manager_2_simple_LDFLAGS = \
	$(MBWM_DEBUG_LDFLAGS) \
	$(LDFLAGS)

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