git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Removed "using namespace std;" from sgconv.
[stg.git]
/
projects
/
stargazer
/
Makefile
diff --git
a/projects/stargazer/Makefile
b/projects/stargazer/Makefile
index aa2b6f90d65f74fa309c3140035a3f52c95c1a82..07c3f79e1317e943fd20af1a302dd0b99ac099a3 100644
(file)
--- a/
projects/stargazer/Makefile
+++ b/
projects/stargazer/Makefile
@@
-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)