From 02cb2d536bfc9120b059cbb7027ca9a235cd2244 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sun, 25 Nov 2007 16:40:35 +0000 Subject: c++ identify example --- examples/cpp/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'examples/cpp/Makefile.am') diff --git a/examples/cpp/Makefile.am b/examples/cpp/Makefile.am index 9e97bf0..8e10483 100644 --- a/examples/cpp/Makefile.am +++ b/examples/cpp/Makefile.am @@ -6,9 +6,12 @@ CXXFLAGS = \ $(OPENWSMAN_CFLAGS) EnumInstance_SOURCES = \ EnumInstance.cpp +Identify_SOURCES = \ + Identify.cpp noinst_PROGRAMS = \ - EnumInstance + EnumInstance \ + Identify -- cgit