summaryrefslogtreecommitdiff
path: root/tools/Makefile.am
blob: 6751a4ead12d759441b740b1474318cae807ac9f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
INCLUDES =						\
	$(GLIB_CFLAGS)

noinst_PROGRAMS =					\
	pk-refresh-licenses

pk_refresh_licenses_SOURCES =				\
	pk-refresh-licenses.c

pk_refresh_licenses_LDADD =				\
	-lm						\
	$(GLIB_LIBS)

pk_refresh_licenses_CFLAGS =				\
	$(WARNINGFLAGS_C)

clean-local:
	rm -f *~
	rm -f *.tmp
	rm -f *.wiki

MAINTAINERCLEANFILES =					\
	*~			      			\
	Makefile.in

-include $(top_srcdir)/git.mk