aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox/theme-engines/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'matchbox/theme-engines/Makefile.am')
-rw-r--r--matchbox/theme-engines/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/matchbox/theme-engines/Makefile.am b/matchbox/theme-engines/Makefile.am
index 0c04579..ee7f594 100644
--- a/matchbox/theme-engines/Makefile.am
+++ b/matchbox/theme-engines/Makefile.am
@@ -5,7 +5,7 @@ endif
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
+pkgincludedir = $(includedir)/$(MBWM2_INCDIR)/theme-engines
if ENABLE_LIBMATCHBOX
pkginclude_HEADERS = mb-wm-theme.h mb-wm-theme-png.h mb-wm-theme-xml.h
@@ -14,6 +14,6 @@ noinst_LTLIBRARIES = libmb-theme.la
libmb_theme_la_SOURCES = $(COMMON_SRC) $(PNG_SRC)
libmb_theme_la_CFLAGS =
-INCLUDES = @MBWM_INCS@ @MBWM_CFLAGS@ -DDATADIR=\"$(datadir)\"
+INCLUDES = $(MBWM_INCS) $(MBWM_CFLAGS) -DDATADIR=\"$(datadir)\"
MAINTAINERCLEANFILES = config.h.in Makefile.in