diff options
| author | Anas Nashif <nashif@intel.com> | 2007-11-25 16:40:35 +0000 |
|---|---|---|
| committer | Anas Nashif <nashif@intel.com> | 2007-11-25 16:40:35 +0000 |
| commit | 02cb2d536bfc9120b059cbb7027ca9a235cd2244 (patch) | |
| tree | cf17b836b9cbda8077206a6b91a9f6152bfc0415 /examples/cpp/Makefile.am | |
| parent | 9c961db386b2987b6a1d3f96558b6acaecc71140 (diff) | |
| download | wsmancli-02cb2d536bfc9120b059cbb7027ca9a235cd2244.tar.gz wsmancli-02cb2d536bfc9120b059cbb7027ca9a235cd2244.tar.xz wsmancli-02cb2d536bfc9120b059cbb7027ca9a235cd2244.zip | |
c++ identify example
Diffstat (limited to 'examples/cpp/Makefile.am')
| -rw-r--r-- | examples/cpp/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
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 |
