From 58bf1382be0cbcf3f9649286fd2719b789a1595f Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Thu, 1 Dec 2011 22:54:16 +0000 Subject: Imported Upstream version 1.3.2 --- samples/c++/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 samples/c++/Makefile.am (limited to 'samples/c++/Makefile.am') diff --git a/samples/c++/Makefile.am b/samples/c++/Makefile.am new file mode 100644 index 0000000..b1cdb9b --- /dev/null +++ b/samples/c++/Makefile.am @@ -0,0 +1,14 @@ + +noinst_PROGRAMS = stubcpp sample1 sample2 sample3 + +stubcpp_SOURCES = stubcpp.cpp + +sample1_SOURCES = sample1.cpp + +sample2_SOURCES = sample2.cpp + +sample3_SOURCES = sample3.cpp + +AM_CPPFLAGS = -I $(top_srcdir) + +LDADD = -L../../.libs -lconfig++ -- cgit v1.2.3