aboutsummaryrefslogtreecommitdiffstats
path: root/managers/simple
diff options
context:
space:
mode:
Diffstat (limited to 'managers/simple')
-rw-r--r--managers/simple/Makefile.am41
1 files changed, 7 insertions, 34 deletions
diff --git a/managers/simple/Makefile.am b/managers/simple/Makefile.am
index d232593..745ba8c 100644
--- a/managers/simple/Makefile.am
+++ b/managers/simple/Makefile.am
@@ -1,44 +1,17 @@
-INCLUDES = \
- $(MBWM_INCS) \
+INCLUDES = \
+ $(MBWM_INCS) \
$(MBWM_CFLAGS)
-CLIENT_LIBS = \
- $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-panel.la \
- $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-dialog.la \
- $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-note.la \
- $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-app.la \
- $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-input.la \
- $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-desktop.la \
- $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-menu.la
-
-if ENABLE_COMPOSITE
-COMPMGR_LIBS=$(MBWM_COMPMGR_BUILDDIR)/libmatchbox-window-manager-2-compmgr.la \
- $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-override.la
-endif
-
-THEME_LIBS = $(MBWM_THEME_BUILDDIR)/libmb-theme.la
-
bin_PROGRAMS = matchbox-window-manager-2-simple
-matchbox_window_manager_2_simple_SOURCES = \
+matchbox_window_manager_2_simple_SOURCES = \
matchbox-window-manager-2-simple.c
-matchbox_window_manager_2_simple_LDFLAGS = \
- $(MBWM_DEBUG_LDFLAGS) \
+matchbox_window_manager_2_simple_LDFLAGS = \
+ $(MBWM_DEBUG_LDFLAGS) \
$(LDFLAGS)
-matchbox_window_manager_2_simple_LDADD = \
- $(MBWM_CORE_LIB) \
- $(THEME_LIBS) \
- $(CLIENT_LIBS) \
- $(COMPMGR_LIBS) \
+matchbox_window_manager_2_simple_LDADD = \
+ $(top_builddir)/matchbox2/libmatchbox2-@MBWM2_API_VERSION@.la \
$(MBWM_LIBS)
-
-matchbox_window_manager_2_simple_DEPENDENCIES = \
- $(MBWM_CORE_LIB) \
- $(THEME_LIBS) \
- $(CLIENT_LIBS) \
- $(COMPMGR_LIBS)
-
-MAINTAINERCLEANFILES = config.h.in Makefile.in