Switch to unified view
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 | EXTRA_DIST = autogen.sh |
||
117 | |||
116 | if LINUX |
118 | if LINUX |
117 | # Curiously, -no-undefined seems to do nothing?? -Wl,-zdefs works though. |
119 | # Curiously, -no-undefined seems to do nothing?? -Wl,-zdefs works though. |
118 | # automake 1.14.1 |
120 | # automake 1.14.1 |
119 | libupnpp_la_LDFLAGS = -Wl,-zdefs -no-undefined -version-info $(VERSION_INFO) |
121 | libupnpp_la_LDFLAGS = -Wl,-zdefs -no-undefined -version-info $(VERSION_INFO) |
120 | endif |
122 | endif |