diff options
author | Kalle Wallin <kaw@linux.se> | 2004-03-29 18:11:44 +0000 |
---|---|---|
committer | Kalle Wallin <kaw@linux.se> | 2004-03-29 18:11:44 +0000 |
commit | d61782f03839905269fb8262979fb6e67e26543b (patch) | |
tree | 014b9dc2e865461c3873c0b423a9799eb2f95748 | |
parent | b6d6347802ff71c27db5228af1b1e893a61d17f9 (diff) | |
download | mpd-d61782f03839905269fb8262979fb6e67e26543b.tar.gz mpd-d61782f03839905269fb8262979fb6e67e26543b.tar.xz mpd-d61782f03839905269fb8262979fb6e67e26543b.zip |
Removed extra source - langinfo.c
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@536 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index f2f0f7ea6..50f0f11ba 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,10 +10,9 @@ EXTRA_DIST = COPYING $(pkgdata_DATA) $(doc_DATA) SUBDIRS = doc -EXTRA_ncmpc_SOURCES = langinfo.c - -ncmpc_LDADD = $(LANGINFO_OBJS) -ncmpc_DEPENDENCIES = $(LANGINFO_OBJS) +#EXTRA_ncmpc_SOURCES = +#ncmpc_LDADD = +#ncmpc_DEPENDENCIES = 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 \ |