aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 082e33eb..38b206d4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -72,7 +72,8 @@ mpd_headers = \
tree.h \
utf8.h \
utils.h \
- volume.h
+ volume.h \
+ localization.h
mpd_SOURCES = \
@@ -121,7 +122,8 @@ mpd_SOURCES = \
tree.c \
utils.c \
volume.c \
- utf8.c
+ utf8.c \
+ localization.c
mpd_CFLAGS = $(MPD_CFLAGS)