COMP: remove linking against lib iberty, now using add2line

This commit is contained in:
Mark Olesen
2011-03-07 13:35:59 +01:00
parent d8b4ebde05
commit 4d418eccf7
22 changed files with 30 additions and 26 deletions

View File

@ -1,6 +1,6 @@
CPP = /usr/lib/cpp -undef
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -lnsl -lsocket -L$(FOAM_LIBBIN)/dummy -lPstream
PROJECT_LIBS = -l$(WM_PROJECT) -lnsl -lsocket -L$(FOAM_LIBBIN)/dummy -lPstream
include $(GENERAL_RULES)/standard