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