aboutsummaryrefslogtreecommitdiffstats
path: root/src/theme-engines/Makefile.am
blob: 7e019ad44a7bc7401d9ecf13b279827297d88717 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
if THEME_CAIRO
CAIRO_SRC = mb-wm-theme-cairo.c mb-wm-theme-cairo.h
endif

if THEME_SIMPLE
SIMPLE_SRC = mb-wm-theme-simple.c mb-wm-theme-simple.h
endif

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

noinst_LIBRARIES = libmb-theme.a

libmb_theme_a_SOURCES = $(COMMON_SRC) $(CAIRO_SRC) $(SIMPLE_SRC) $(PNG_SRC)

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

MAINTAINERCLEANFILES = config.h.in Makefile.in