X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=Makefile.am;h=fe9594b144382bff6c291161b4fd4326fc014345;hp=43933f2e38e697ce04cb677db982dd6ceca3b3f8;hb=HEAD;hpb=bf5d28ff726e12696717c556b3a5426384270837 diff --git a/Makefile.am b/Makefile.am index 43933f2..fe9594b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,13 @@ SUBDIRS = \ daemon \ tools \ tests/parsing \ - tests/jobs + tests/jobs \ + tests/variables CLEANFILES = *~ + +rpm: dist + rpmbuild -ta $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz + +licensecheck: + licensecheck $$(git ls-files)