summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/qmf-console/Makefile.am
blob: 710d9601d6d5b1d499554971d23c4050c0909ed0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
examplesdir=$(pkgdatadir)/examples/qmf-console

MAKELDFLAG = qmfconsole
include $(top_srcdir)/examples/makedist.mk

noinst_PROGRAMS=qmfc

qmfc_SOURCES=console.cpp
qmfc_LDADD=$(CONSOLE_LIB)

examples_DATA= \
	console.cpp \
	$(MAKEDIST)