aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-12-24Makefile.am: distribute only real scriptsMax Kellermann1-1/+1
Don't distribute the whole scripts/ directory, because this may include editor backup files and other temporary files.
2008-12-24Makefile.am: removed m4/* from EXTRA_DISTMax Kellermann1-1/+3
The m4 files are automatically included in the distribution.
2008-12-24Makefile.am: don't add directory into EXTRA_DISTMax Kellermann1-1/+1
Add separate files. This fixes "make distcheck".
2008-10-25Makefile.am: install documentationMax Kellermann1-2/+2
2008-10-18Makefile.am: require automake 1.9Max Kellermann1-1/+1
With heavy use of conditionals, I broke Makefile.am for the ancient automake version 1.6. Instead of supporting this automake version forever, I'm removing support for it now. Since automake isn't required on the build machine, nobody should have a serious problem with that.
2008-10-16Makefile.am: fix automake 1.6 errorsMax Kellermann1-2/+2
When building with the ancient automake 1.6 version, the following errors occur: Makefile.am:5: invalid variable `doc_DATA' doc/Makefile.am:2: invalid variable `doc_DATA' This patches renames some internal variables.
2008-10-16removed the "bs" build scriptsMax Kellermann1-1/+1
autotools are somewhat ugly, but that doesn't justify duplicating its effort with another complex build system.
2008-10-14Makefile.am: don't override $(docdir)Richard Brown1-1/+0
Makefile.am sets docdir = $(prefix)/share/doc/$(PACKAGE). This overrides the setting specified in ./configure --docdir.
2008-10-06autotools: tidy up make distEric Wong1-1/+1
* Add missing headers in Makefile.am * remove mp4ff.dsp (Win32 crap) * Add scripts, m4, bs, autogen.sh to allow for hotfixes by the SCM-challenged. (downloading the source via git is NOT a lightweight operation for everybody).
2008-09-23properly configure the M4 macro directoryMax Kellermann1-0/+1
Add information about the M4 macro dir ./m4/ to both configure.ac and Makefile.am.
2007-12-28Merge branches/ew r7104Eric Wong1-1/+3
thread-safety work in preparation for rewrite to use pthreads Expect no regressions against trunk (r7078), possibly minor performance improvements in update (due to fewer heap allocations), but increased stack usage. Applied the following patches: * maxpath_str for reentrancy (temporary fix, reverted) * path: start working on thread-safe variants of these methods * Re-entrancy work on path/character-set conversions * directory.c: exploreDirectory() use reentrant functions here * directory/update: more use of reentrant functions + cleanups * string_toupper: a strdup-less version of strDupToUpper * get_song_url: a static-variable-free version of getSongUrl() * Use reentrant/thread-safe get_song_url everywhere * replace rmp2amp with the reentrant version, rmp2amp_r * Get rid of the non-reentrant/non-thread-safe rpp2app, too. * buffer2array: assert strdup() returns a usable value in unit tests * replace utf8ToFsCharset and fsCharsetToUtf8 with thread-safe variants * fix storing playlists w/o absolute paths * parent_path(), a reentrant version of parentPath() * parentPath => parent_path for reentrancy and thread-safety * allow "make test" to automatically run embedded unit tests * remove convStrDup() and maxpath_str() * use MPD_PATH_MAX everywhere instead of MAXPATHLEN * path: get rid of appendSlash, pfx_path and just use pfx_dir * get_song_url: fix the ability to play songs in the top-level music_directory git-svn-id: https://svn.musicpd.org/mpd/trunk@7106 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2006-07-17add sparse-check target to makefilesEric Wong1-1/+4
sparse is a semantic parser developed for the Linux kernel, but works for any project written (ANSI) C. You can get sparse via git here: git clone git://www.kernel.org/pub/scm/devel/sparse/sparse.git git-svn-id: https://svn.musicpd.org/mpd/trunk@4377 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-26don't generate .bz2 for make distWarren Dukes1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@493 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-12make dist generate a bzip2Warren Dukes1-1/+1
git-svn-id: https://svn.musicpd.org/mpd/trunk@256 09075e82-0dd4-0310-85a5-a0d7c8717e4f
2004-03-12autogen.sh updatesWarren Dukes1-0/+2
git-svn-id: https://svn.musicpd.org/mpd/trunk@255 09075e82-0dd4-0310-85a5-a0d7c8717e4f