summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 25da2d1)
raw | patch | inline | side by side (parent: 25da2d1)
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | |
Tue, 11 Oct 2011 21:54:57 +0000 (23:54 +0200) | ||
committer | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | |
Wed, 12 Oct 2011 20:57:57 +0000 (22:57 +0200) |
Makefile.am | patch | blob | history |
diff --git a/Makefile.am b/Makefile.am
index 124fb49ded0fc2a8eb464c8663c0bc9da262e385..e93c941f95bb2fec1d7b9ce17fc5c1939569327a 100644 (file)
--- a/Makefile.am
+++ b/Makefile.am
endif
-# build the smalles possible ncmpc binary
+# build the smallest possible ncmpc binary
src/ncmpc-tiny: $(filter-out %.h,$(src_ncmpc_SOURCES))
$(COMPILE) --combine -fwhole-program $(src_ncmpc_LDFLAGS) $(src_ncmpc_LDADD) $(LIBS) $^ -o $@
strip --strip-all $@