aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Makefile.am: removed AUTHORS, README, NEWS from $(EXTRA_DIST)Max Kellermann2008-12-251-4/+1
| | | | These files are automatically distributed.
* Makefile.am: distribute the lyrics plugins even when they are disabledMax Kellermann2008-12-051-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.
* lyrics: include the lyrics plugins in the dist tarballMax Kellermann2008-12-041-0/+2
| | | | Add the lyrics scripts to $(EXTRA_DIST).
* Makefile.am: removed superfluous $(docdir) variableMax Kellermann2008-11-171-2/+0
|
* removed ChangeLog, added release dates to NEWSMax Kellermann2008-11-171-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.
* Makefile.am: added custom rule with -fwhole-programMax Kellermann2008-11-071-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.
* configure.ac, Makefile.am: removed subversion keywordsMax Kellermann2008-11-071-2/+0
| | | | Removed $Id$.
* Makefile.am: require automake 1.9Max Kellermann2008-11-071-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.
* Makefile.am: don't use $(addprefix ...)Max Kellermann2008-10-021-1/+1
| | | | The function "addprefix" is a GNU extension, don't use it.
* Makefile.am: don't declare $(lyrics_plugin_dir) twiceMax Kellermann2008-10-021-1/+0
| | | | | The variable $(lyrics_plugin_dir) was already declared in configure.ac, don't declare it again in Makefile.am.
* Makefile: added "sparse-check" targetMax Kellermann2008-09-251-0/+2
|
* screen: don't compile disabled sourcesMax Kellermann2008-09-251-1/+1
| | | | | Instead of evaluating macros from config.h in the disabled source, don't start the compiler on it at all.
* configure: updated automake optionsMax Kellermann2008-09-251-1/+1
| | | | New automake options are "gnu 1.6 dist-bzip2". Sync with Makefile.am.
* lyrics: replaced "hd.py" with "hd.sh"Max Kellermann2008-09-251-1/+1
| | | | Replace the "hd" plugin with a trivial shell script.
* Makefile: don't install disabled lyrics pluginsMax Kellermann2008-09-251-0/+4
| | | | Don't install the lyrics plugins if the lyrics screen is disabled.
* Makefile: honor DESTDIRMax Kellermann2008-09-251-2/+2
| | | | When installing lyrics plugins, I forgot to honor $(DESTDIR) if set.
* lyrics: configurable global plugin directoryMax Kellermann2008-09-231-0/+11
| | | | | The lyrics library loads all plugins from the directory configured with "--with-lyrics-plugin-dir".
* properly configure M4 macro dirunK2008-09-191-0/+1
| | | | | Add information about the M4 macro dir ./m4/ to both configure.ac and Makefile.am.
* added a plugin system for lyrics sourcesAndreas Obergrusberger2007-01-031-1/+1
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@5217 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* the updated sourcesAndreas Obergrusberger2006-08-041-10/+13
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/branches/tradiaz@4543 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Added $Id$ to svn:keywords, Added NEWS to project doc filesKalle Wallin2004-06-191-1/+1
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1570 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Added initial i18n supportKalle Wallin2004-06-051-2/+2
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1346 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Changed directory layout (for future use of gettext)Kalle Wallin2004-06-051-18/+6
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1342 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Redesigned ncmpc's color supportKalle Wallin2004-05-071-2/+2
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@937 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Added keydef screenKalle Wallin2004-04-191-1/+1
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@834 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Removed extra source - langinfo.cKalle Wallin2004-03-291-4/+3
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@536 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Added file langinfo.c, used on systems without nl_langinfo() support.Kalle Wallin2004-03-261-0/+5
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@503 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* need to put a Makefile in doc directory, so thatWarren Dukes2004-03-261-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
* Added sample configuration file to doc_DATAKalle Wallin2004-03-251-1/+1
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@478 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Added support for a configuration file ~/.ncmpcrc and color support.Kalle Wallin2004-03-251-3/+3
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@473 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Moved list window fuctions to list_window.c. Kalle Wallin2004-03-241-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
* Renamed mpc-ncurses to ncmpcKalle Wallin2004-03-191-4/+4
| | | | git-svn-id: https://svn.musicpd.org/ncmpc/trunk@295 09075e82-0dd4-0310-85a5-a0d7c8717e4f
* Imported ncmpc (mpc-ncures).Kalle Wallin2004-03-191-0/+23
git-svn-id: https://svn.musicpd.org/ncmpc/trunk@292 09075e82-0dd4-0310-85a5-a0d7c8717e4f