From 12aec5738b8333a0dd676871bbfb6d6762ea87a5 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sun, 30 Jul 2006 23:32:47 +0000 Subject: Standardize state_file handling routines. This way it's easier to manage and extend. git-svn-id: https://svn.musicpd.org/mpd/trunk@4494 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- 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 3c5d46990..1dfcd476e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -64,6 +64,7 @@ mpd_headers = \ sig_handlers.h \ sllist.h \ song.h \ + state_file.h \ stats.h \ tag.h \ tagTracker.h \ @@ -111,6 +112,7 @@ mpd_SOURCES = \ signal_check.c \ sllist.c \ song.c \ + state_file.c \ stats.c \ tag.c \ tagTracker.c \ -- cgit v1.2.3