From 91ebf09155455aa34a9469ece68d83c7cb2c2d0f Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 2 Aug 2007 21:48:14 +0000 Subject: fixed cpp client removed obsolete client --- examples/cpp/Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'examples/cpp/Makefile.am') diff --git a/examples/cpp/Makefile.am b/examples/cpp/Makefile.am index 10ad9f8..e1bbf74 100644 --- a/examples/cpp/Makefile.am +++ b/examples/cpp/Makefile.am @@ -6,12 +6,9 @@ CXXFLAGS = \ $(OPENWSMAN_CFLAGS) EnumInstance_SOURCES = \ EnumInstance.cpp -GetInstance_SOURCES = \ - GetInstance.cpp noinst_PROGRAMS = \ - EnumInstance \ - GetInstance + EnumInstance -- cgit