diff options
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 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 \ |