]> git.stg.codes - stg.git/blobdiff - projects/sgauthstress/Makefile
Simplified STG_LOCKER.
[stg.git] / projects / sgauthstress / Makefile
index 4474e77fd13c9aa2f9903144d3de30e55636b735..f88e59c614427db99bf529f9e2725ef5d5d56c88 100644 (file)
@@ -9,7 +9,6 @@ SRCS = main.cpp \
        proto.cpp
 
 STGLIBS = dotconfpp \
-         locker \
          crypto \
          common
 
@@ -40,7 +39,7 @@ all: libs plugins $(PROG) ../../Makefile.conf
 libs:
        $(MAKE) -C $(DIR_LIBSRC)
 
-plugins: libs 
+plugins: libs
        $(MAKE) -C $(DIR_PLUGINS)
 
 $(PROG): $(OBJS)