summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 09fc7b344de3f1313bf6927a322504436ccd9f57 (plain)
1
2
3
4
5
6
7
8
9
10
11

SUBDIRS = polkit polkitbackend polkitagent programs

if BUILD_EXAMPLES
SUBDIRS += examples
endif

clean-local :
	rm -f *~

-include $(top_srcdir)/git.mk