From f6f325b0101da7d1f42a0a3766537bb7745d8330 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 13 Dec 2006 00:26:30 +0000 Subject: Sundry fixes to spec and build system for RPM packaging. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@486428 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cpp/Makefile.am') diff --git a/cpp/Makefile.am b/cpp/Makefile.am index d577f590cb..17803f6b80 100644 --- a/cpp/Makefile.am +++ b/cpp/Makefile.am @@ -1,7 +1,10 @@ AUTOMAKE_OPTIONS = 1.9.2 foreign ACLOCAL_AMFLAGS = -I m4 -EXTRA_DIST = README-dist DESIGN LICENSE.txt NOTICE.txt README.rhel3 +EXTRA_DIST = README.txt README-dev DESIGN LICENSE.txt NOTICE.txt README.rhel3 +dist_doc_DATA = README.txt + +dist_sysconf_DATA = etc/init.d/qpidd SUBDIRS = gen lib tests src docs/api docs/man -- cgit v1.2.1