Revert "build: look for libs in /usr/local/lib"

This reverts commit 7c86714dca.

It doesn't make sense to hard-wire /usr/local into the build, as this
depends entirely on the build target.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Michael Abbott 2010-12-14 18:49:39 +00:00 committed by Uli Schlachter
parent 0e7d36703e
commit 9cdbb016f1
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ option(GENERATE_MANPAGES "generate manpages" ON)
option(COMPRESS_MANPAGES "compress manpages" ON)
option(GENERATE_LUADOC "generate luadoc" ON)
link_directories(/usr/local/lib)
# {{{ CFLAGS
add_definitions(-std=gnu99 -ggdb3 -fno-strict-aliasing -Wall -Wextra
-Wchar-subscripts -Wundef -Wshadow -Wcast-align -Wwrite-strings