From 786bb8cc33e4a9dc20cb7f1eb50beff6cddc5590 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 27 Dec 2008 19:03:33 +0100 Subject: moved command line parser to cmdline.c --- src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/Makefile.am') 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 \ -- cgit v1.2.3