]> git.stg.codes - stg.git/blobdiff - projects/stargazer/Makefile
Minor change in stg's Makefile.
[stg.git] / projects / stargazer / Makefile
index aa2b6f90d65f74fa309c3140035a3f52c95c1a82..07c3f79e1317e943fd20af1a302dd0b99ac099a3 100644 (file)
@@ -26,7 +26,6 @@ SRCS = ./admin_impl.cpp \
 
 STGLIBS = scriptexecuter \
           dotconfpp \
-         locker \
          logger \
          common
 
@@ -49,7 +48,7 @@ CXXFLAGS += $(DEFS) $(STGLIBS_INCS) $(SEARCH_DIRS)
 CFLAGS += $(DEFS) $(STGLIBS_INCS) $(SEARCH_DIRS)
 
 ifneq ($(OS),darwin)
-LDFLAGS += -Wl,-E $(STGLIBS_LIBS)
+LDFLAGS += -Wl,-E
 endif
 
 LDFLAGS += $(STGLIBS_LIBS)