diff options
Diffstat (limited to 'src/Makefile.am')
-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 272a63199..368e051fc 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -86,6 +86,7 @@ mpd_headers = \ song.h \ song_print.h \ song_save.h \ + songvec.h \ state_file.h \ stats.h \ tag.h \ @@ -156,6 +157,7 @@ mpd_SOURCES = \ song.c \ song_print.c \ song_save.c \ + songvec.c \ state_file.c \ stats.c \ tag.c \ |