Explorar o código

fix 'make distcheck'

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2738 fd59a12c-fef9-0310-b244-a6a79926bd2f
Angus Salkeld %!s(int64=16) %!d(string=hai) anos
pai
achega
c8cdc2e2de
Modificáronse 2 ficheiros con 6 adicións e 7 borrados
  1. 5 7
      Makefile.am
  2. 1 0
      cts/agents/Makefile.am

+ 5 - 7
Makefile.am

@@ -33,13 +33,14 @@ SPEC			= $(PACKAGE_NAME).spec
 
 TARFILE			= $(PACKAGE_NAME)-$(VERSION).tar.gz
 
-EXTRA_DIST		= autogen.sh conf/corosync.conf.example $(SPEC).in
+EXTRA_DIST		= autogen.sh conf/corosync.conf.example $(SPEC).in \
+			  conf/lenses/tests/test_corosync.aug
 
 AUTOMAKE_OPTIONS	= foreign
 
 MAINTAINERCLEANFILES	= Makefile.in aclocal.m4 configure depcomp \
 			  config.guess config.sub missing install-sh \
-			  autoheader automake autoconf
+			  autoheader automake autoconf test_lense.sh
 
 dist_doc_DATA		= LICENSE INSTALL README.devmap \
 			  README.recovery SECURITY TODO AUTHORS
@@ -79,9 +80,6 @@ test_lense.sh:
 	echo "augparse -I $(srcdir)/conf/lenses/ $(srcdir)/conf/lenses/tests/test_corosync.aug" > $@
 	chmod +x $@
 
-CLEANFILES = test_lense.sh
-
-
 lint:
 	for dir in lcr lib exec services tools test; do make -C $$dir lint; done
 
@@ -89,10 +87,10 @@ doxygen:
 	mkdir -p doc/api && doxygen
 
 dist-clean-local:
-	rm -f autoconf automake autoheader
+	rm -f autoconf automake autoheader test_lense.sh
 
 clean-generic:
-	rm -rf doc/api $(SPEC) $(TARFILE) 
+	rm -rf doc/api $(SPEC) $(TARFILE) test_lense.sh
 
 ## make rpm/srpm section.
 

+ 1 - 0
cts/agents/Makefile.am

@@ -43,6 +43,7 @@ noinst_PROGRAMS = $(TEST_AGENTS)
 noinst_SCRIPTS = mem_leak_test.sh net_breaker.sh
 endif
 
+noinst_HEADERS          = common_test_agent.h
 
 cpg_test_agent_SOURCES = cpg_test_agent.c common_test_agent.c
 cpg_test_agent_LDADD =  -lcpg -lcoroipcc ../../exec/coropoll.o ../../exec/crypto.o