summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: b31382646143378c36f4267d94251fb749f169e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16

SUBDIRS = polkit polkitbackend polkitagent programs

if BUILD_EXAMPLES
SUBDIRS += examples
endif

EXTRA_DIST =		\
	meson.build	\
	symbol.map	\
	$(NULL)

clean-local :
	rm -f *~

-include $(top_srcdir)/git.mk