Switch to unified view
a/Makefile.am | b/Makefile.am | ||
---|---|---|---|
... |
... |
||
8 | bin_PROGRAMS = upmpdcli scctl |
8 | bin_PROGRAMS = upmpdcli scctl |
9 | 9 | ||
10 | upmpdcli_SOURCES = \ |
10 | upmpdcli_SOURCES = \ |
11 | src/avtransport.cxx \ |
11 | src/avtransport.cxx \ |
12 | src/avtransport.hxx \ |
12 | src/avtransport.hxx \ |
13 | src/execmd.cpp \ |
||
14 | src/execmd.h \ |
||
15 | src/httpfs.cxx \ |
||
16 | src/httpfs.hxx \ |
||
17 | src/netcon.cpp \ |
||
18 | src/netcon.h \ |
||
19 | src/closefrom.cpp \ |
13 | src/closefrom.cpp \ |
20 | src/closefrom.h \ |
14 | src/closefrom.h \ |
21 | src/conftree.cxx \ |
15 | src/conftree.cxx \ |
22 | src/conftree.hxx \ |
16 | src/conftree.hxx \ |
23 | src/conman.cxx \ |
17 | src/conman.cxx \ |
24 | src/conman.hxx \ |
18 | src/conman.hxx \ |
19 | src/execmd.cpp \ |
||
20 | src/execmd.h \ |
||
21 | src/httpfs.cxx \ |
||
22 | src/httpfs.hxx \ |
||
25 | src/mpdcli.cxx \ |
23 | src/mpdcli.cxx \ |
26 | src/mpdcli.hxx \ |
24 | src/mpdcli.hxx \ |
25 | src/netcon.cpp \ |
||
26 | src/netcon.h \ |
||
27 | src/ohinfo.cxx \ |
27 | src/ohinfo.cxx \ |
28 | src/ohinfo.hxx \ |
28 | src/ohinfo.hxx \ |
29 | src/ohmetacache.cxx \ |
29 | src/ohmetacache.cxx \ |
30 | src/ohmetacache.hxx \ |
30 | src/ohmetacache.hxx \ |
31 | src/ohplaylist.cxx \ |
31 | src/ohplaylist.cxx \ |
32 | src/ohplaylist.hxx \ |
32 | src/ohplaylist.hxx \ |
33 | src/ohproduct.cxx \ |
33 | src/ohproduct.cxx \ |
34 | src/ohproduct.hxx \ |
||
35 | src/ohreceiver.cxx \ |
||
34 | src/ohreceiver.hxx \ |
36 | src/ohreceiver.hxx \ |
35 | src/ohreceiver.cxx \ |
37 | src/ohsndrcv.cxx \
|
36 | src/ohproduct.hxx \ |
38 | src/ohsndrcv.hxx \ |
37 | src/ohtime.cxx \ |
39 | src/ohtime.cxx \ |
38 | src/ohtime.hxx \ |
40 | src/ohtime.hxx \ |
39 | src/ohvolume.cxx \ |
41 | src/ohvolume.cxx \ |
40 | src/ohvolume.hxx \ |
42 | src/ohvolume.hxx \ |
41 | src/ptmutex.hxx \ |
43 | src/ptmutex.hxx \ |