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 ac34b856b..a53e5d0ca 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -31,6 +31,7 @@ ncmpc_headers = \ colors.h\ support.h\ charset.h \ + match.h \ wreadln.h\ strfsong.h\ utils.h\ @@ -67,6 +68,7 @@ ncmpc_SOURCES = \ colors.c\ support.c\ charset.c \ + match.c \ wreadln.c\ strfsong.c\ utils.c\ |