|
a/Makefile.am |
|
b/Makefile.am |
|
... |
|
... |
16 |
libupnpp/control/cdirectory.cxx \
|
16 |
libupnpp/control/cdirectory.cxx \
|
17 |
libupnpp/control/cdirectory.hxx \
|
17 |
libupnpp/control/cdirectory.hxx \
|
18 |
libupnpp/control/description.cxx \
|
18 |
libupnpp/control/description.cxx \
|
19 |
libupnpp/control/description.hxx \
|
19 |
libupnpp/control/description.hxx \
|
20 |
libupnpp/control/device.hxx \
|
20 |
libupnpp/control/device.hxx \
|
|
|
21 |
libupnpp/control/device.cxx \
|
21 |
libupnpp/control/discovery.cxx \
|
22 |
libupnpp/control/discovery.cxx \
|
22 |
libupnpp/control/discovery.hxx \
|
23 |
libupnpp/control/discovery.hxx \
|
23 |
libupnpp/control/httpdownload.cxx \
|
24 |
libupnpp/control/httpdownload.cxx \
|
24 |
libupnpp/control/httpdownload.hxx \
|
25 |
libupnpp/control/httpdownload.hxx \
|
25 |
libupnpp/control/mediarenderer.cxx \
|
26 |
libupnpp/control/mediarenderer.cxx \
|
|
... |
|
... |
85 |
libupnpp/soaphelp.hxx \
|
86 |
libupnpp/soaphelp.hxx \
|
86 |
libupnpp/upnpavutils.hxx \
|
87 |
libupnpp/upnpavutils.hxx \
|
87 |
libupnpp/upnpplib.hxx \
|
88 |
libupnpp/upnpplib.hxx \
|
88 |
libupnpp/upnpputils.hxx
|
89 |
libupnpp/upnpputils.hxx
|
89 |
|
90 |
|
90 |
# We include both -release and -version-info: for now the lib interface is
|
|
|
91 |
# unstable and dependant packages should be updated every time the lib
|
|
|
92 |
# release changes. Once things are stabilized, we should drop the -release flag
|
|
|
93 |
libupnpp_la_LDFLAGS = -release $(VERSION) -version-info $(VERSION_INFO)
|
91 |
libupnpp_la_LDFLAGS = -version-info $(VERSION_INFO)
|
94 |
|
92 |
|
95 |
libupnpp_la_LIBADD = $(LIBUPNPP_LIBS)
|
93 |
libupnpp_la_LIBADD = $(LIBUPNPP_LIBS)
|
96 |
|
94 |
|
97 |
dist-hook:
|
95 |
dist-hook:
|
98 |
test -z "`git status -s | grep -v libupnpp-$(VERSION)`"
|
96 |
test -z "`git status -s | grep -v libupnpp-$(VERSION)`"
|