Remove unnecessary lib from Makefiles

This commit is contained in:
Jaidyn Ann 2021-08-19 17:48:14 -05:00
parent 23f3cd5c30
commit 6e67401018
4 changed files with 4 additions and 4 deletions

View File

@ -130,7 +130,7 @@ RSRCS =
# - if your library does not follow the standard library naming scheme,
# you need to specify the path to the library and it's name.
# (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a")
LIBS = be expat interface localestub runview shared support translation $(STDCPPLIBS)
LIBS = be expat interface localestub runview shared translation $(STDCPPLIBS)
# Specify additional paths to directories following the standard libXXX.so

View File

@ -62,7 +62,7 @@ RSRCS =
# - if your library does not follow the standard library naming scheme,
# you need to specify the path to the library and it's name.
# (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a")
LIBS = be bnetapi localestub network support $(STDCPPLIBS)
LIBS = be bnetapi localestub network $(STDCPPLIBS)
# Specify additional paths to directories following the standard libXXX.so

View File

@ -62,7 +62,7 @@ RSRCS =
# - if your library does not follow the standard library naming scheme,
# you need to specify the path to the library and it's name.
# (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a")
LIBS = be crypto glib-2.0 interface intl localestub network purple support translation $(STDCPPLIBS)
LIBS = be crypto glib-2.0 interface intl localestub network purple translation $(STDCPPLIBS)
# Specify additional paths to directories following the standard libXXX.so

View File

@ -63,7 +63,7 @@ RSRCS =
# - if your library does not follow the standard library naming scheme,
# you need to specify the path to the library and it's name.
# (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a")
LIBS = be crypto gloox localestub network support ssl z $(STDCPPLIBS)
LIBS = be crypto gloox localestub network ssl z $(STDCPPLIBS)
# Specify additional paths to directories following the standard libXXX.so