summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples/examples/pub-sub/Makefile
blob: 4b2dd52efdd569b65db79892a82ef4c426ab1968 (plain)
1
2
3
4
5
6
7
8
9
10
CXX=g++
CXXFLAGS= 
LDFLAGS=-lqpidclient

PROGRAMS=topic_listener topic_publisher

all: $(PROGRAMS)

clean:
	rm -f $(PROGRAMS)