diff options
author | Max Kellermann <max@duempel.org> | 2008-12-27 19:03:33 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-12-27 19:03:33 +0100 |
commit | 786bb8cc33e4a9dc20cb7f1eb50beff6cddc5590 (patch) | |
tree | 5bc6ac4cfbc4189393ea97954e5711eba23838a2 /src/Makefile.am | |
parent | e18ded8ded1d91a6b90dea10e2ff5c4872d1c760 (diff) | |
download | mpd-786bb8cc33e4a9dc20cb7f1eb50beff6cddc5590.tar.gz mpd-786bb8cc33e4a9dc20cb7f1eb50beff6cddc5590.tar.xz mpd-786bb8cc33e4a9dc20cb7f1eb50beff6cddc5590.zip |
moved command line parser to cmdline.c
Diffstat (limited to '')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b327a8f93..4c1a58cc4 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,6 +16,7 @@ mpd_headers = \ command.h \ idle.h \ condition.h \ + cmdline.h \ conf.h \ crossfade.h \ dbUtils.h \ @@ -102,6 +103,7 @@ mpd_SOURCES = \ command.c \ idle.c \ condition.c \ + cmdline.c \ conf.c \ crossfade.c \ dbUtils.c \ |