mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
14 lines
277 B
Makefile
14 lines
277 B
Makefile
noinst_LTLIBRARIES += libupnpcontrol.la
|
|
|
|
libupnpcontrol_la_LIBADD=
|
|
|
|
libupnpcontrol_la_SOURCES = \
|
|
./upnp/upnp_control.cpp \
|
|
./upnp/upnp_control.h \
|
|
./upnp/upnp_context.cpp \
|
|
./upnp/upnp_context.h
|
|
|
|
include ./upnp/protocol/Makefile.am
|
|
|
|
libring_la_LIBADD += libupnpcontrol.la
|