git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added SERVCONF dtor.
[stg.git]
/
projects
/
stargazer
/
Makefile
diff --git
a/projects/stargazer/Makefile
b/projects/stargazer/Makefile
index 1b109fefd32f603cedac22ba5c8afc6fdd504a5e..e210dc2fc99932377f2142078497dc1ed31e0795 100644
(file)
--- a/
projects/stargazer/Makefile
+++ b/
projects/stargazer/Makefile
@@
-13,6
+13,7
@@
SRCS = ./admin_impl.cpp \
./main.cpp \
./pidfile.cpp \
./plugin_runner.cpp \
./main.cpp \
./pidfile.cpp \
./plugin_runner.cpp \
+ ./plugin_mgr.cpp \
./settings_impl.cpp \
./services_impl.cpp \
./stg_timer.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)
CFLAGS += $(DEFS) $(STGLIBS_INCS) $(SEARCH_DIRS)
ifneq ($(OS),darwin)
-LDFLAGS += -Wl,-E
$(STGLIBS_LIBS)
+LDFLAGS += -Wl,-E
endif
LDFLAGS += $(STGLIBS_LIBS)
endif
LDFLAGS += $(STGLIBS_LIBS)