aboutsummaryrefslogtreecommitdiffstats
path: root/managers/maemo
diff options
context:
space:
mode:
Diffstat (limited to 'managers/maemo')
-rw-r--r--managers/maemo/Makefile.am47
1 files changed, 10 insertions, 37 deletions
diff --git a/managers/maemo/Makefile.am b/managers/maemo/Makefile.am
index 46d32b5..45967b5 100644
--- a/managers/maemo/Makefile.am
+++ b/managers/maemo/Makefile.am
@@ -1,48 +1,21 @@
SUBDIRS = theme
-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
-
-THEME_LIBS = $(MBWM_THEME_BUILDDIR)/libmb-theme.la
-
-if ENABLE_COMPOSITE
-COMPMGR_LIBS=$(MBWM_COMPMGR_BUILDDIR)/libmatchbox-window-manager-2-compmgr.la \
- $(MBWM_CLIENT_BUILDDIR)/libmb-wm-client-override.la
-endif
-
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_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) \
+matchbox_window_manager_2_maemo_LDFLAGS = \
+ $(MBWM_DEBUG_LDFLAGS) \
$(LDFLAGS)
-matchbox_window_manager_2_maemo_LDADD = \
- $(MBWM_CORE_LIB) \
- $(THEME_LIBS) \
- $(CLIENT_LIBS) \
- $(COMPMGR_LIBS) \
+matchbox_window_manager_2_maemo_LDADD = \
+ $(top_builddir)/matchbox2/libmatchbox2-@MBWM2_API_VERSION@.la \
$(MBWM_LIBS)
-
-matchbox_window_manager_2_maemo_DEPENDENCIES = \
- $(MBWM_CORE_LIB) \
- $(THEME_LIBS) \
- $(CLIENT_LIBS) \
- $(COMPMGR_LIBS)
-
-MAINTAINERCLEANFILES = config.h.in Makefile.in \ No newline at end of file