diff options
author | Max Kellermann <max@duempel.org> | 2008-10-16 15:00:00 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2008-10-16 15:00:00 +0200 |
commit | c0a9ef980f94f12fdd9ba7d1949b2a05111b5ade (patch) | |
tree | 701f519b553d9f94ac396183146cd9f37cd55397 /Makefile.am | |
parent | 9b5ce27c3b517c501bb13a534d50476e11751262 (diff) | |
download | mpd-c0a9ef980f94f12fdd9ba7d1949b2a05111b5ade.tar.gz mpd-c0a9ef980f94f12fdd9ba7d1949b2a05111b5ade.tar.xz mpd-c0a9ef980f94f12fdd9ba7d1949b2a05111b5ade.zip |
removed the "bs" build scripts
autotools are somewhat ugly, but that doesn't justify duplicating its
effort with another complex build system.
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 1246144f4..eb346693f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign 1.6 SUBDIRS = src doc doc_DATA = README UPGRADING -EXTRA_DIST = COPYING $(doc_DATA) m4 autogen.sh bs build.mk scripts .gitignore +EXTRA_DIST = COPYING $(doc_DATA) m4 autogen.sh scripts .gitignore sparse-check test: $(MAKE) -C src $@ |