diff options
author | Max Kellermann <max@duempel.org> | 2009-01-07 16:31:47 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-07 16:31:47 +0100 |
commit | 9cb76856c06109ea210ad6dbd5ddc209e1a2311e (patch) | |
tree | 97cad2878c38ec7a1f3303d40dc5fd0ef3f0171d /src/Makefile.am | |
parent | a4a8ac0cc3357d380da7606a85c57b888e79d7ac (diff) | |
download | mpd-9cb76856c06109ea210ad6dbd5ddc209e1a2311e.tar.gz mpd-9cb76856c06109ea210ad6dbd5ddc209e1a2311e.tar.xz mpd-9cb76856c06109ea210ad6dbd5ddc209e1a2311e.zip |
removed dlist.h
Get rid of the non-portable Linux list library, part III (final).
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d876ad6e1..7337d9150 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -38,7 +38,6 @@ mpd_headers = \ input_curl.h \ icy_metadata.h \ client.h \ - dlist.h \ listen.h \ log.h \ ls.h \ |