diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 55e64a046..aca80fd33 100644 --- a/Makefile.am +++ b/Makefile.am @@ -113,6 +113,7 @@ mpd_headers = \ src/song_save.h \ src/song_sticker.h \ src/songvec.h \ + src/socket_util.h \ src/state_file.h \ src/stats.h \ src/sticker.h \ @@ -201,6 +202,7 @@ src_mpd_SOURCES = \ src/song_print.c \ src/song_save.c \ src/songvec.c \ + src/socket_util.c \ src/state_file.c \ src/stats.c \ src/tag.c \ |