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.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/matchbox/theme-engines/Makefile.am b/matchbox/theme-engines/Makefile.am
index b61740c..0c04579 100644
--- a/matchbox/theme-engines/Makefile.am
+++ b/matchbox/theme-engines/Makefile.am
@@ -9,13 +9,10 @@ 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
+endif
noinst_LTLIBRARIES = libmb-theme.la
libmb_theme_la_SOURCES = $(COMMON_SRC) $(PNG_SRC)
libmb_theme_la_CFLAGS =
-else
-noinst_LIBRARIES = libmb-theme.a
-libmb_theme_a_SOURCES = $(COMMON_SRC) $(PNG_SRC)
-endif
INCLUDES = @MBWM_INCS@ @MBWM_CFLAGS@ -DDATADIR=\"$(datadir)\"