summaryrefslogtreecommitdiff
path: root/cpp/Makefile.am
blob: 703266f8e95d56867af5045f972937d6e78d05af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
AUTOMAKE_OPTIONS = 1.9.2 foreign
ACLOCAL_AMFLAGS = -I m4

EXTRA_DIST = README-dev DESIGN LICENSE.txt NOTICE.txt README.rhel3 README.txt etc/qpidd

SUBDIRS = gen lib tests src docs/api docs/man rpm

# Update libtool, if needed.
libtool: $(LIBTOOL_DEPS)
	$(SHELL) ./config.status --recheck

.PHONY: rpm srpm

rpm srpm:
	cd rpm && $(MAKE) $(MAKEFLAGS_AM) $@