|
a/Makefile.am |
|
b/Makefile.am |
|
... |
|
... |
64 |
libupnpp/log.cxx \
|
64 |
libupnpp/log.cxx \
|
65 |
libupnpp/log.hxx \
|
65 |
libupnpp/log.hxx \
|
66 |
libupnpp/md5.cxx \
|
66 |
libupnpp/md5.cxx \
|
67 |
libupnpp/md5.hxx \
|
67 |
libupnpp/md5.hxx \
|
68 |
libupnpp/ptmutex.hxx \
|
68 |
libupnpp/ptmutex.hxx \
|
|
|
69 |
libupnpp/workqueue.hxx \
|
69 |
libupnpp/soaphelp.cxx \
|
70 |
libupnpp/soaphelp.cxx \
|
70 |
libupnpp/soaphelp.hxx \
|
71 |
libupnpp/soaphelp.hxx \
|
71 |
libupnpp/upnpavutils.cxx \
|
72 |
libupnpp/upnpavutils.cxx \
|
72 |
libupnpp/upnpavutils.hxx \
|
73 |
libupnpp/upnpavutils.hxx \
|
73 |
libupnpp/upnpp_p.hxx \
|
74 |
libupnpp/upnpp_p.hxx \
|
|
... |
|
... |
102 |
libupnpp/log.hxx \
|
103 |
libupnpp/log.hxx \
|
103 |
libupnpp/ptmutex.hxx \
|
104 |
libupnpp/ptmutex.hxx \
|
104 |
libupnpp/soaphelp.hxx \
|
105 |
libupnpp/soaphelp.hxx \
|
105 |
libupnpp/upnpavutils.hxx \
|
106 |
libupnpp/upnpavutils.hxx \
|
106 |
libupnpp/upnpplib.hxx \
|
107 |
libupnpp/upnpplib.hxx \
|
107 |
libupnpp/upnpputils.hxx
|
108 |
libupnpp/upnpputils.hxx \
|
|
|
109 |
libupnpp/workqueue.hxx
|
108 |
|
110 |
|
109 |
libupnpp_la_LDFLAGS = -version-info $(VERSION_INFO)
|
111 |
libupnpp_la_LDFLAGS = -version-info $(VERSION_INFO)
|
110 |
|
112 |
|
111 |
libupnpp_la_LIBADD = $(LIBUPNPP_LIBS)
|
113 |
libupnpp_la_LIBADD = $(LIBUPNPP_LIBS)
|
112 |
|
114 |
|