Switch to unified view
a/Makefile.am | b/Makefile.am | ||
---|---|---|---|
... |
... |
||
45 | src/upmpd.hxx \ |
45 | src/upmpd.hxx \ |
46 | src/upmpdutils.cxx \ |
46 | src/upmpdutils.cxx \ |
47 | src/upmpdutils.hxx \ |
47 | src/upmpdutils.hxx \ |
48 | src/workqueue.hxx |
48 | src/workqueue.hxx |
49 | 49 | ||
50 | upmpdcli_LDADD = -lupnpp -lmpdclient -lpthread |
50 | upmpdcli_LDADD = $(UPMPDCLI_LIBS) |
51 | 51 | ||
52 | scctl_SOURCES = \ |
52 | scctl_SOURCES = \ |
53 | scctl_src/scctl.cpp \ |
53 | scctl_src/scctl.cpp \ |
54 | src/netcon.cpp \ |
54 | src/netcon.cpp \ |
55 | src/upmpdutils.cxx |
55 | src/upmpdutils.cxx |