|
a/Makefile.am |
|
b/Makefile.am |
|
... |
|
... |
79 |
libupnpp/soaphelp.hxx \
|
79 |
libupnpp/soaphelp.hxx \
|
80 |
libupnpp/upnpavutils.hxx \
|
80 |
libupnpp/upnpavutils.hxx \
|
81 |
libupnpp/upnpplib.hxx \
|
81 |
libupnpp/upnpplib.hxx \
|
82 |
libupnpp/upnpputils.hxx
|
82 |
libupnpp/upnpputils.hxx
|
83 |
|
83 |
|
84 |
libupnpp_la_LDFLAGS = -release $(VERSION)
|
84 |
# We include both -release and -version-info: for now the lib interface is
|
|
|
85 |
# unstable and dependant packages should be updated every time the lib
|
|
|
86 |
# release changes. Once things are stabilized, we should drop the -release flag
|
|
|
87 |
libupnpp_la_LDFLAGS = -release $(VERSION) -version-info $(VERSION_INFO)
|
|
|
88 |
|
85 |
libupnpp_la_LIBADD = $(LIBUPNPP_LIBS)
|
89 |
libupnpp_la_LIBADD = $(LIBUPNPP_LIBS)
|
86 |
|
90 |
|
87 |
dist-hook:
|
91 |
dist-hook:
|
88 |
test -z "`git status -s | grep -v libupnpp-$(VERSION)`"
|
92 |
test -z "`git status -s | grep -v libupnpp-$(VERSION)`"
|
89 |
git tag -f -a libupnpp-v$(VERSION) -m 'version $(VERSION)'
|
93 |
git tag -f -a libupnpp-v$(VERSION) -m 'version $(VERSION)'
|