X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=Makefile.am;h=fe9594b144382bff6c291161b4fd4326fc014345;hp=3cec9e7b10173614d82704d57ec3a58d067f1024;hb=HEAD;hpb=21298f7a45ee536800be5e771438b01089a5cb2c diff --git a/Makefile.am b/Makefile.am index 3cec9e7..fe9594b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,20 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = daemon tools +EXTRA_DIST = COPYING README whenjobs.spec whenjobs.spec.in + +SUBDIRS = \ + lib \ + daemon \ + tools \ + tests/parsing \ + tests/jobs \ + tests/variables CLEANFILES = *~ + +rpm: dist + rpmbuild -ta $(PACKAGE_NAME)-$(PACKAGE_VERSION).tar.gz + +licensecheck: + licensecheck $$(git ls-files)