Switch to unified view
a/Makefile.am | b/Makefile.am | ||
---|---|---|---|
... |
... |
||
31 | src/ohtime.hxx \ |
31 | src/ohtime.hxx \ |
32 | src/ohtime.cxx \ |
32 | src/ohtime.cxx \ |
33 | src/ohvolume.hxx \ |
33 | src/ohvolume.hxx \ |
34 | src/ohvolume.cxx \ |
34 | src/ohvolume.cxx \ |
35 | src/ohplaylist.hxx \ |
35 | src/ohplaylist.hxx \ |
36 | src/ohplaylist.cxx |
36 | src/ohplaylist.cxx \
|
37 | src/ptmutex.hxx \ |
||
38 | src/workqueue.hxx |
||
37 | 39 | ||
38 | upmpdcli_LDADD = -lupnpp -lmpdclient -lpthread |
40 | upmpdcli_LDADD = -lupnpp -lmpdclient -lpthread |
39 | 41 | ||
40 | dist_pkgdata_DATA = src/description.xml src/AVTransport.xml \ |
42 | dist_pkgdata_DATA = src/description.xml src/AVTransport.xml \ |
41 | src/RenderingControl.xml src/ConnectionManager.xml \ |
43 | src/RenderingControl.xml src/ConnectionManager.xml \ |