|
a/Makefile.am |
|
b/Makefile.am |
|
... |
|
... |
45 |
libupnpp/upnpavutils.hxx \
|
45 |
libupnpp/upnpavutils.hxx \
|
46 |
libupnpp/upnpp_p.hxx \
|
46 |
libupnpp/upnpp_p.hxx \
|
47 |
libupnpp/upnpplib.cxx \
|
47 |
libupnpp/upnpplib.cxx \
|
48 |
libupnpp/upnpplib.hxx \
|
48 |
libupnpp/upnpplib.hxx \
|
49 |
libupnpp/workqueue.hxx
|
49 |
libupnpp/workqueue.hxx
|
|
|
50 |
|
|
|
51 |
nobase_include_HEADERS = \
|
|
|
52 |
libupnpp/control/avtransport.hxx \
|
|
|
53 |
libupnpp/control/cdircontent.hxx \
|
|
|
54 |
libupnpp/control/cdirectory.hxx \
|
|
|
55 |
libupnpp/control/description.hxx \
|
|
|
56 |
libupnpp/control/discovery.hxx \
|
|
|
57 |
libupnpp/control/mediarenderer.hxx \
|
|
|
58 |
libupnpp/control/renderingcontrol.hxx \
|
|
|
59 |
libupnpp/control/service.hxx \
|
|
|
60 |
libupnpp/device/device.hxx \
|
|
|
61 |
libupnpp/log.hxx \
|
|
|
62 |
libupnpp/ptmutex.hxx \
|
|
|
63 |
libupnpp/soaphelp.hxx \
|
|
|
64 |
libupnpp/upnpavutils.hxx \
|
|
|
65 |
libupnpp/upnpplib.hxx
|
50 |
|
66 |
|
51 |
libupnpp_la_LDFLAGS = -release $(VERSION)
|
67 |
libupnpp_la_LDFLAGS = -release $(VERSION)
|
52 |
libupnpp_la_LIBADD = $(LIBUPNPP_LIBS)
|
68 |
libupnpp_la_LIBADD = $(LIBUPNPP_LIBS)
|
53 |
|
69 |
|
54 |
bin_PROGRAMS = upmpdcli upexplorer
|
70 |
bin_PROGRAMS = upmpdcli upexplorer
|