MAINTENANCE: revisited RPM creation
diff --git a/Makefile.am b/Makefile.am
index 416a7f7..d3a643a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,6 +2,8 @@
 
 
 SUBDIRS=src
+DIST_SUBDIRS=src conf.d
+
 if MANUAL_CONFD
 SUBDIRS+=conf.d
 endif
@@ -19,7 +21,6 @@
 	rm -rf "$(RPMDIR)/SOURCES/$(RPMFILENAME)"
 	mkdir -p $(RPMDIR)/BUILD/ $(RPMDIR)/SRPMS/ $(RPMDIR)/RPMS/ $(RPMDIR)/SOURCES
 	make ${AM_MAKEFLAGS} distdir='$(RPMDIR)/SOURCES/$(RPMFILENAME)' distdir
-	cp apache/src/mod_netconf.conf "$(RPMDIR)/SOURCES/$(RPMFILENAME)"
 	find "$(RPMDIR)" -name '*.back' -exec rm -f {} \;
 	( cd "$(RPMDIR)/SOURCES/"; tar -z -c -f $(RPMFILENAME)-$(RELEASE).tar.gz $(RPMFILENAME); rm -rf $(RPMFILENAME); )
 	$(RPMBUILD) -ba $(PACKAGE_NAME).spec --define "_topdir `pwd`/$(RPMDIR)";