From 7f25cd1e67cd844169ed85fef3ca8d9b3712a5ad Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 9 Feb 2007 03:28:35 +0000 Subject: example c++ client --- examples/cpp/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 examples/cpp/Makefile.am (limited to 'examples/cpp/Makefile.am') diff --git a/examples/cpp/Makefile.am b/examples/cpp/Makefile.am new file mode 100644 index 0000000..6d14a2f --- /dev/null +++ b/examples/cpp/Makefile.am @@ -0,0 +1,14 @@ + +LDADD = \ + -lwsman_clientpp + +Enum_ComputerSystem_CXXFLAGS = \ + $(OPENWSMAN_CFLAGS) +Enum_ComputerSystem_SOURCES = \ + Enum_ComputerSystem.cpp + +noinst_PROGRAMS = \ + Enum_ComputerSystem + + + -- cgit