summaryrefslogtreecommitdiff
path: root/data/interfaces/Makefile.am
blob: 76a65f727afed2732c4a956b8648c2b3982b85e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
interfaces_h =					\
	xfpm-settings_ui.h

interfaces =					\
	xfpm-settings.ui

if MAINTAINER_MODE
BUILT_SOURCES = $(interfaces_h)
xfpm-settings_ui.h: xfpm-settings.ui
	exo-csource --static --strip-comments --strip-content --name=xfpm_settings_ui $< > $@
endif

DISTCLEANFILES =				\
	$(interfaces_h)

EXTRA_DIST =					\
	$(interfaces)				\
	$(interfaces_h)