X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=Makefile.am;h=3a8334744a4b25634991d6578f75b1525f28a182;hp=3cec9e7b10173614d82704d57ec3a58d067f1024;hb=c8bff8ac923645d517183b130158d61f85540b33;hpb=21298f7a45ee536800be5e771438b01089a5cb2c diff --git a/Makefile.am b/Makefile.am index 3cec9e7..3a83347 100644 --- a/Makefile.am +++ b/Makefile.am @@ -17,6 +17,16 @@ 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