From 6e67401018ed3860807c3eb1abce9486a6885532 Mon Sep 17 00:00:00 2001 From: Jaidyn Ann Date: Thu, 19 Aug 2021 17:48:14 -0500 Subject: [PATCH] Remove unnecessary lib from Makefiles --- application/Makefile | 2 +- protocols/irc/Makefile | 2 +- protocols/purple/Makefile | 2 +- protocols/xmpp/Makefile | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/application/Makefile b/application/Makefile index 884eb1e..aed7818 100644 --- a/application/Makefile +++ b/application/Makefile @@ -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 diff --git a/protocols/irc/Makefile b/protocols/irc/Makefile index 8efa865..b848d4b 100644 --- a/protocols/irc/Makefile +++ b/protocols/irc/Makefile @@ -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 diff --git a/protocols/purple/Makefile b/protocols/purple/Makefile index 62a7396..d3154fa 100644 --- a/protocols/purple/Makefile +++ b/protocols/purple/Makefile @@ -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 diff --git a/protocols/xmpp/Makefile b/protocols/xmpp/Makefile index 1bdcc68..66cc5c6 100644 --- a/protocols/xmpp/Makefile +++ b/protocols/xmpp/Makefile @@ -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