summaryrefslogtreecommitdiffstats
path: root/examples/cpp/Makefile.am
blob: 10ad9f8543ce67df51482ab4e3e64594202fa24e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
       
LDADD = \
       -lwsman_clientpp

CXXFLAGS = \
       $(OPENWSMAN_CFLAGS) 
EnumInstance_SOURCES = \
		EnumInstance.cpp
GetInstance_SOURCES = \
		GetInstance.cpp

noinst_PROGRAMS = \
	EnumInstance \
	GetInstance