diff options
| author | Anas Nashif <nashif@intel.com> | 2007-02-09 03:28:35 +0000 |
|---|---|---|
| committer | Anas Nashif <nashif@intel.com> | 2007-02-09 03:28:35 +0000 |
| commit | 7f25cd1e67cd844169ed85fef3ca8d9b3712a5ad (patch) | |
| tree | 25465a0967d8c54b6bb11de66767fcd6dc7b522a /examples/cpp/Makefile.am | |
| parent | 251a6153af825592c1f9d15806e795f96c8cc4d5 (diff) | |
| download | wsmancli-7f25cd1e67cd844169ed85fef3ca8d9b3712a5ad.tar.gz wsmancli-7f25cd1e67cd844169ed85fef3ca8d9b3712a5ad.tar.xz wsmancli-7f25cd1e67cd844169ed85fef3ca8d9b3712a5ad.zip | |
example c++ client
Diffstat (limited to 'examples/cpp/Makefile.am')
| -rw-r--r-- | examples/cpp/Makefile.am | 14 |
1 files changed, 14 insertions, 0 deletions
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 + + + |
