Switch to unified view

a/Makefile.am b/Makefile.am
...
...
39
39
40
sc2mpd_LDADD = $(OTHEROBJECTS) $(TOPOH)ohNet/$(OBJIPATH)libohNetCore.a \
40
sc2mpd_LDADD = $(OTHEROBJECTS) $(TOPOH)ohNet/$(OBJIPATH)libohNetCore.a \
41
     $(TOPOH)ohNet/$(OBJIPATH)libTestFramework.a $(OTHERLIBS)
41
     $(TOPOH)ohNet/$(OBJIPATH)libTestFramework.a $(OTHERLIBS)
42
42
43
sc2mpd_SOURCES = \
43
sc2mpd_SOURCES = \
44
     ohbuild.sh \
44
     src/conftree.cpp \
45
     src/conftree.cpp \
45
     src/conftree.h \
46
     src/conftree.h \
46
     src/httpgate.cpp \
47
     src/httpgate.cpp \
47
     src/log.cpp \
48
     src/log.cpp \
48
     src/log.h \
49
     src/log.h \
49
     src/rcvqueue.h \
50
     src/ptmutex.h \
50
     src/rcvqueue.h \
51
     src/rcvqueue.h \
51
     src/sc2mpd.cpp \
52
     src/sc2mpd.cpp \
52
     src/wav.cpp \
53
     src/wav.cpp \
53
     src/wav.h
54
     src/wav.h \
55
     src/workqueue.h
56