mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-08-04 21:01:45 +00:00
fix 'make distcheck'
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2738 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
parent
ab4c8434a8
commit
c8cdc2e2de
12
Makefile.am
12
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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user