Switch to unified view
a/Makefile.am | b/Makefile.am | ||
---|---|---|---|
... |
... |
||
107 | 107 | ||
108 | libupnpp_la_LDFLAGS = -version-info $(VERSION_INFO) |
108 | libupnpp_la_LDFLAGS = -version-info $(VERSION_INFO) |
109 | 109 | ||
110 | libupnpp_la_LIBADD = $(LIBUPNPP_LIBS) |
110 | libupnpp_la_LIBADD = $(LIBUPNPP_LIBS) |
111 | 111 | ||
112 | dist-hook: |
||
113 | test -z "`git status -s | grep -v libupnpp-$(VERSION)`" |
||
114 | git tag -f -a libupnpp-v$(VERSION) -m 'version $(VERSION)' |