diff options
author | Eric Wong <normalperson@yhbt.net> | 2008-01-03 10:03:34 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-01-03 10:03:34 +0000 |
commit | 7d66859277280e48eb717756cd0b1f50b3ea2054 (patch) | |
tree | b723f02f03da252c4e1dba6e6f7ca55e958e43fc /src/Makefile.am | |
parent | a9b581f6c551e783030a8ce54008a772325f71b6 (diff) | |
download | mpd-7d66859277280e48eb717756cd0b1f50b3ea2054.tar.gz mpd-7d66859277280e48eb717756cd0b1f50b3ea2054.tar.xz mpd-7d66859277280e48eb717756cd0b1f50b3ea2054.zip |
ioops: make this zero-impact when compiling w/o zeroconf as well
This reduces the text size of the binary slightly when zeroconf
support is not built, and keeps the interface code cleaner as
well.
git-svn-id: https://svn.musicpd.org/mpd/trunk@7133 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 653ccb824..ef1c72494 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -101,6 +101,7 @@ mpd_SOURCES = \ inputStream_file.c \ inputStream_http.c \ interface.c \ + ioops.c \ list.c \ listen.c \ log.c \ |