From c737b402afdbf4eb38109a49c2a0ac2c86462521 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Fri, 26 Mar 2004 17:27:57 +0000 Subject: Added file langinfo.c, used on systems without nl_langinfo() support. git-svn-id: https://svn.musicpd.org/ncmpc/trunk@503 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') 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 -- cgit v1.2.3