diff options
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ab2f2d80c..6cf4b033e 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -74,7 +74,8 @@ mpd_headers = \ utils.h \ volume.h \ zeroconf.h \ - locate.h + locate.h \ + storedPlaylist.h mpd_SOURCES = \ @@ -125,7 +126,8 @@ mpd_SOURCES = \ volume.c \ utf8.c \ zeroconf.c \ - locate.c + locate.c \ + storedPlaylist.c mpd_CFLAGS = $(MPD_CFLAGS) |