]> git.stg.codes - stg.git/blobdiff - projects/stargazer/Makefile
Moved plugin-related things into a separate file.
[stg.git] / projects / stargazer / Makefile
index 1b109fefd32f603cedac22ba5c8afc6fdd504a5e..e210dc2fc99932377f2142078497dc1ed31e0795 100644 (file)
@@ -13,6 +13,7 @@ SRCS = ./admin_impl.cpp \
        ./main.cpp \
        ./pidfile.cpp \
        ./plugin_runner.cpp \
+       ./plugin_mgr.cpp \
        ./settings_impl.cpp \
        ./services_impl.cpp \
        ./stg_timer.cpp \
@@ -48,7 +49,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)