aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-05Makefile.am: distribute the lyrics plugins even when they are disabledMax Kellermann1-2/+2
The source tarball should always contain all files. The lyrics plugins were not distributed when the plugin was disabled in the last configure run.
2008-12-04lyrics: include the lyrics plugins in the dist tarballMax Kellermann1-0/+2
Add the lyrics scripts to $(EXTRA_DIST).
2008-11-17Makefile.am: removed superfluous $(docdir) variableMax Kellermann1-2/+0
2008-11-17removed ChangeLog, added release dates to NEWSMax Kellermann1-1/+1
The ChangeLog is useless, because it hasn't been updated in a while, and due to the nature of git, the log will never be lost. Switch to automake "foreign" mode, because "gnu" mandates the presence of ChangeLog.
2008-11-07Makefile.am: added custom rule with -fwhole-programMax Kellermann1-0/+4
To make the ncmpc binary even smaller, you can compile all sources at once with "--combine -fwhole-program". Unfortunately, automake does not support this mode. For further experiments, this patch adds a custom rule which creates the binary named "ncmpc-tiny" this way.
2008-11-07configure.ac, Makefile.am: removed subversion keywordsMax Kellermann1-2/+0
Removed $Id$.
2008-11-07Makefile.am: require automake 1.9Max Kellermann1-1/+1
Makefile.am uses several features which are not available in the ancient automake version 1.6. Let's just raise the bar to 1.9.
2008-10-02Makefile.am: don't use $(addprefix ...)Max Kellermann1-1/+1
The function "addprefix" is a GNU extension, don't use it.
2008-10-02Makefile.am: don't declare $(lyrics_plugin_dir) twiceMax Kellermann1-1/+0
The variable $(lyrics_plugin_dir) was already declared in configure.ac, don't declare it again in Makefile.am.
2008-09-25Makefile: added "sparse-check" targetMax Kellermann1-0/+2
2008-09-25screen: don't compile disabled sourcesMax Kellermann1-1/+1
Instead of evaluating macros from config.h in the disabled source, don't start the compiler on it at all.
2008-09-25configure: updated automake optionsMax Kellermann1-1/+1
New automake options are "gnu 1.6 dist-bzip2". Sync with Makefile.am.
2008-09-25lyrics: replaced "hd.py" with "hd.sh"Max Kellermann1-1/+1
Replace the "hd" plugin with a trivial shell script.
2008-09-25Makefile: don't install disabled lyrics pluginsMax Kellermann1-0/+4
Don't install the lyrics plugins if the lyrics screen is disabled.
2008-09-25Makefile: honor DESTDIRMax Kellermann1-2/+2
When installing lyrics plugins, I forgot to honor $(DESTDIR) if set.
2008-09-23lyrics: configurable global plugin directoryMax Kellermann1-0/+11
The lyrics library loads all plugins from the directory configured with "--with-lyrics-plugin-dir".
2008-09-19properly configure M4 macro dirunK1-0/+1
Add information about the M4 macro dir ./m4/ to both configure.ac and Makefile.am.
2007-01-03added a plugin system for lyrics sourcesAndreas Obergrusberger1-1/+1
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@5217 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-08-04the updated sourcesAndreas Obergrusberger1-10/+13
git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@4543 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-06-19Added $Id$ to svn:keywords, Added NEWS to project doc filesKalle Wallin1-1/+1
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1570 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-06-05Added initial i18n supportKalle Wallin1-2/+2
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1346 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-06-05Changed directory layout (for future use of gettext)Kalle Wallin1-18/+6
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1342 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-05-07Redesigned ncmpc's color supportKalle Wallin1-2/+2
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@937 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-04-19Added keydef screenKalle Wallin1-1/+1
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@834 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-29Removed extra source - langinfo.cKalle Wallin1-4/+3
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@536 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-26Added file langinfo.c, used on systems without nl_langinfo() support.Kalle Wallin1-0/+5
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@503 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-26need to put a Makefile in doc directory, so thatWarren Dukes1-3/+4
man pages and such are installed in the proper place git-svn-id: https://svn.musicpd.org/ncmpc/trunk@491 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-25Added sample configuration file to doc_DATAKalle Wallin1-1/+1
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@478 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-25Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin1-3/+3
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@473 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-24Moved list window fuctions to list_window.c. Kalle Wallin1-2/+2
Added function list_window_cmd() for basic commands (movment). git-svn-id: https://svn.musicpd.org/ncmpc/trunk@454 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-19Renamed mpc-ncurses to ncmpcKalle Wallin1-4/+4
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@295 09075e82-0dd4-0310-85a5-a0d7c8717e4f