aboutsummaryrefslogtreecommitdiffstats
path: root/matchbox2/theme-engines/Makefile.am
blob: 1ec6599526a4daa92ee8b9eeb9e7725f45cb6b0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if THEME_PNG
PNG_SRC = mb-wm-theme-png.c mb-wm-theme-png.h
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

pkginclude_HEADERS = mb-wm-theme.h  mb-wm-theme-png.h  mb-wm-theme-xml.h

noinst_LTLIBRARIES = libmb-theme.la
libmb_theme_la_SOURCES = $(COMMON_SRC) $(PNG_SRC)
libmb_theme_la_CFLAGS =

INCLUDES = $(MBWM_INCS) $(MBWM_CFLAGS) -DDATADIR=\"$(datadir)\"

MAINTAINERCLEANFILES = config.h.in Makefile.in