diff options
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 849ab0637..f2f0f7ea6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,6 +10,11 @@ EXTRA_DIST = COPYING $(pkgdata_DATA) $(doc_DATA) SUBDIRS = doc +EXTRA_ncmpc_SOURCES = langinfo.c + +ncmpc_LDADD = $(LANGINFO_OBJS) +ncmpc_DEPENDENCIES = $(LANGINFO_OBJS) + ncmpc_headers = libmpdclient.h mpc.h options.h conf.h command.h screen.h \ screen_utils.h screen_play.h screen_file.h screen_search.h \ screen_help.h list_window.h support.h |