summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: c37c089da856478589c7bfda6c428ac48b6e6874 (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
#
# Makefile.am for snapper
#

SUBDIRS = snapper examples dbus server client scripts pam data doc po		\
	testsuite testsuite-real testsuite-cmp

AUTOMAKE_OPTIONS = foreign dist-bzip2 no-dist-gzip

doc_DATA = AUTHORS COPYING

EXTRA_DIST = $(doc_DATA) VERSION LIBVERSION


snapper-$(VERSION).tar.bz2: dist-bzip2

package-local: snapper-$(VERSION).tar.bz2
	rm -f package/snapper-*.tar.bz2
	rm -f package/*~
	rm -f package/*.bak
	mv snapper-$(VERSION).tar.bz2 package/

package: package-local