aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox2
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox2')
-rw-r--r--matchbox2/Makefile.am5
-rw-r--r--matchbox2/client-types/Makefile.am2
-rw-r--r--matchbox2/comp-mgr/Makefile.am3
-rw-r--r--matchbox2/core/Makefile.am3
-rw-r--r--matchbox2/theme-engines/Makefile.am3
5 files changed, 3 insertions, 13 deletions
diff --git a/matchbox2/Makefile.am b/matchbox2/Makefile.am
index ecd6d5b..3f90f3c 100644
--- a/matchbox2/Makefile.am
+++ b/matchbox2/Makefile.am
@@ -11,7 +11,6 @@ pkgincludedir = $(includedir)/$(MBWM2_INCDIR)
SUBDIRS = core client-types theme-engines $(comp)
-if ENABLE_LIBMATCHBOX2
lib_LTLIBRARIES = libmatchbox2-@MBWM2_API_VERSION@.la
@@ -30,7 +29,3 @@ libmatchbox2_@MBWM2_API_VERSION@_la_LIBADD = \
libmatchbox2_@MBWM2_API_VERSION@_la_SOURCES =
pkginclude_HEADERS = *.h
-
-else
-endif
-
diff --git a/matchbox2/client-types/Makefile.am b/matchbox2/client-types/Makefile.am
index b90f352..545be9c 100644
--- a/matchbox2/client-types/Makefile.am
+++ b/matchbox2/client-types/Makefile.am
@@ -11,7 +11,6 @@ DEPENDENCIES = $(THEME_LIBS)
pkgincludedir = $(includedir)/$(MBWM2_INCDIR)/client-types
-if ENABLE_LIBMATCHBOX2
pkginclude_HEADERS = mb-wm-client-app.h \
mb-wm-client-dialog.h \
mb-wm-client-menu.h \
@@ -20,7 +19,6 @@ pkginclude_HEADERS = mb-wm-client-app.h \
mb-wm-client-input.h \
mb-wm-client-note.h \
mb-wm-client-panel.h
-endif
noinst_LTLIBRARIES = libmb-wm-client-app.la \
libmb-wm-client-panel.la \
diff --git a/matchbox2/comp-mgr/Makefile.am b/matchbox2/comp-mgr/Makefile.am
index 9ca86d7..89e0019 100644
--- a/matchbox2/comp-mgr/Makefile.am
+++ b/matchbox2/comp-mgr/Makefile.am
@@ -19,9 +19,8 @@ endif
pkgincludedir = $(includedir)/$(MBWM2_INCDIR)/comp-mgr
-if ENABLE_LIBMATCHBOX2
pkginclude_HEADERS = mb-wm-comp-mgr-clutter.h mb-wm-comp-mgr.h mb-wm-comp-mgr-xrender.h
-endif
+
noinst_LTLIBRARIES = libmatchbox-window-manager-2-compmgr.la
libmatchbox_window_manager_2_compmgr_la_SOURCES = $(core_h) $(core_c) \
$(xrender_h) $(xrender_c) \
diff --git a/matchbox2/core/Makefile.am b/matchbox2/core/Makefile.am
index 7fa0817..c356a0b 100644
--- a/matchbox2/core/Makefile.am
+++ b/matchbox2/core/Makefile.am
@@ -39,9 +39,8 @@ core_c = mb-wm-object.c \
pkgincludedir = $(includedir)/$(MBWM2_INCDIR)/core
-if ENABLE_LIBMATCHBOX2
pkginclude_HEADERS = $(core_h)
-endif
+
noinst_LTLIBRARIES = libmatchbox-window-manager-2-core.la
libmatchbox_window_manager_2_core_la_SOURCES = $(core_h) $(core_c)
libmatchbox_window_manager_2_core_la_CFLAGS = $(MBWM_INCS) $(MBWM_CFLAGS)
diff --git a/matchbox2/theme-engines/Makefile.am b/matchbox2/theme-engines/Makefile.am
index 93477d3..1ec6599 100644
--- a/matchbox2/theme-engines/Makefile.am
+++ b/matchbox2/theme-engines/Makefile.am
@@ -7,9 +7,8 @@ COMMON_SRC = mb-wm-theme.h mb-wm-theme.c mb-wm-theme-xml.h mb-wm-theme-xml.c
pkgincludedir = $(includedir)/$(MBWM2_INCDIR)/theme-engines
-if ENABLE_LIBMATCHBOX2
pkginclude_HEADERS = mb-wm-theme.h mb-wm-theme-png.h mb-wm-theme-xml.h
-endif
+
noinst_LTLIBRARIES = libmb-theme.la
libmb_theme_la_SOURCES = $(COMMON_SRC) $(PNG_SRC)
libmb_theme_la_CFLAGS =