aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--data/Makefile.am2
-rw-r--r--matchbox2/Makefile.am2
-rw-r--r--matchbox2/client-types/Makefile.am2
-rw-r--r--matchbox2/comp-mgr/Makefile.am2
-rw-r--r--matchbox2/core/Makefile.am2
-rw-r--r--matchbox2/theme-engines/Makefile.am2
6 files changed, 6 insertions, 6 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 87b1d1d..057667d 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -7,7 +7,7 @@ pcfiles = libmatchbox2-@MBWM2_API_VERSION@.pc \
libmatchbox2-@MBWM2_API_VERSION@.pc: libmatchbox2.pc
@cp $< $@
-if ENABLE_LIBMATCHBOX
+if ENABLE_LIBMATCHBOX2
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = $(pcfiles)
endif
diff --git a/matchbox2/Makefile.am b/matchbox2/Makefile.am
index 0ccbac3..ecd6d5b 100644
--- a/matchbox2/Makefile.am
+++ b/matchbox2/Makefile.am
@@ -11,7 +11,7 @@ pkgincludedir = $(includedir)/$(MBWM2_INCDIR)
SUBDIRS = core client-types theme-engines $(comp)
-if ENABLE_LIBMATCHBOX
+if ENABLE_LIBMATCHBOX2
lib_LTLIBRARIES = libmatchbox2-@MBWM2_API_VERSION@.la
diff --git a/matchbox2/client-types/Makefile.am b/matchbox2/client-types/Makefile.am
index 8bb7990..b90f352 100644
--- a/matchbox2/client-types/Makefile.am
+++ b/matchbox2/client-types/Makefile.am
@@ -11,7 +11,7 @@ DEPENDENCIES = $(THEME_LIBS)
pkgincludedir = $(includedir)/$(MBWM2_INCDIR)/client-types
-if ENABLE_LIBMATCHBOX
+if ENABLE_LIBMATCHBOX2
pkginclude_HEADERS = mb-wm-client-app.h \
mb-wm-client-dialog.h \
mb-wm-client-menu.h \
diff --git a/matchbox2/comp-mgr/Makefile.am b/matchbox2/comp-mgr/Makefile.am
index c4c062f..28a4337 100644
--- a/matchbox2/comp-mgr/Makefile.am
+++ b/matchbox2/comp-mgr/Makefile.am
@@ -14,7 +14,7 @@ endif
pkgincludedir = $(includedir)/$(MBWM2_INCDIR)/comp-mgr
-if ENABLE_LIBMATCHBOX
+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
diff --git a/matchbox2/core/Makefile.am b/matchbox2/core/Makefile.am
index ba4774b..7fa0817 100644
--- a/matchbox2/core/Makefile.am
+++ b/matchbox2/core/Makefile.am
@@ -39,7 +39,7 @@ core_c = mb-wm-object.c \
pkgincludedir = $(includedir)/$(MBWM2_INCDIR)/core
-if ENABLE_LIBMATCHBOX
+if ENABLE_LIBMATCHBOX2
pkginclude_HEADERS = $(core_h)
endif
noinst_LTLIBRARIES = libmatchbox-window-manager-2-core.la
diff --git a/matchbox2/theme-engines/Makefile.am b/matchbox2/theme-engines/Makefile.am
index ee7f594..93477d3 100644
--- a/matchbox2/theme-engines/Makefile.am
+++ b/matchbox2/theme-engines/Makefile.am
@@ -7,7 +7,7 @@ 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_LIBMATCHBOX
+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