move audioOutput plugins to audioOutput directory
git-svn-id: https://svn.musicpd.org/mpd/trunk@2470 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
+6
-3
@@ -1,6 +1,11 @@
|
||||
bin_PROGRAMS = mpd
|
||||
SUBDIRS = $(ID3_SUBDIR) $(MAD_SUBDIR) $(MP4FF_SUBDIR)
|
||||
|
||||
mpd_audioOutput = \
|
||||
audioOutput/audioOutput_ao.c \
|
||||
audioOutput/audioOutput_oss.c \
|
||||
audioOutput/audioOutput_shout.c
|
||||
|
||||
mpd_inputPlugins = \
|
||||
inputPlugins/aac_plugin.c \
|
||||
inputPlugins/audiofile_plugin.c \
|
||||
@@ -54,12 +59,10 @@ mpd_headers = \
|
||||
|
||||
mpd_SOURCES = \
|
||||
$(mpd_headers) \
|
||||
$(mpd_audioOutput) \
|
||||
$(mpd_inputPlugins) \
|
||||
audio.c \
|
||||
audioOutput.c \
|
||||
audioOutput_ao.c \
|
||||
audioOutput_oss.c \
|
||||
audioOutput_shout.c \
|
||||
buffer2array.c \
|
||||
charConv.c \
|
||||
command.c \
|
||||
|
||||
Reference in New Issue
Block a user