|
a/Makefile.am |
|
b/Makefile.am |
|
... |
|
... |
111 |
libupnpp/upnpavutils.hxx \
|
111 |
libupnpp/upnpavutils.hxx \
|
112 |
libupnpp/upnpplib.hxx \
|
112 |
libupnpp/upnpplib.hxx \
|
113 |
libupnpp/upnpputils.hxx \
|
113 |
libupnpp/upnpputils.hxx \
|
114 |
libupnpp/workqueue.h
|
114 |
libupnpp/workqueue.h
|
115 |
|
115 |
|
|
|
116 |
if LINUX
|
116 |
# Curiously, -no-undefined seems to do nothing?? -Wl,-zdefs works though.
|
117 |
# Curiously, -no-undefined seems to do nothing?? -Wl,-zdefs works though.
|
117 |
# automake 1.14.1
|
118 |
# automake 1.14.1
|
118 |
libupnpp_la_LDFLAGS = -Wl,-zdefs -no-undefined -version-info $(VERSION_INFO)
|
119 |
libupnpp_la_LDFLAGS = -Wl,-zdefs -no-undefined -version-info $(VERSION_INFO)
|
|
|
120 |
endif
|
119 |
|
121 |
|
120 |
libupnpp_la_LIBADD = $(LIBUPNPP_LIBS)
|
122 |
libupnpp_la_LIBADD = $(LIBUPNPP_LIBS)
|
121 |
|
123 |
|
122 |
pkgconfigdir = $(libdir)/pkgconfig
|
124 |
pkgconfigdir = $(libdir)/pkgconfig
|
123 |
pkgconfig_DATA = libupnpp.pc
|
125 |
pkgconfig_DATA = libupnpp.pc
|