git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix script executer library header name
[stg.git]
/
projects
/
sgconf
/
Makefile
diff --git
a/projects/sgconf/Makefile
b/projects/sgconf/Makefile
index f9f0042b2745b063d4fe2d144e5b207fb9032137..991355565f633aacbc52655f83df14464940a023 100644
(file)
--- a/
projects/sgconf/Makefile
+++ b/
projects/sgconf/Makefile
@@
-9,10
+9,10
@@
PROG = sgconf
SRCS = ./main.cpp \
./common_sg.cpp
SRCS = ./main.cpp \
./common_sg.cpp
-STGLIBS = -lconffiles \
- -lstg
_
common \
- -lstg
_
crypto \
- -lsrvconf
+STGLIBS = -l
stg
conffiles \
+ -lstgcommon \
+ -lstgcrypto \
+ -ls
tgs
rvconf
LIBS += -lexpat \
$(LIB_THREAD)
LIBS += -lexpat \
$(LIB_THREAD)
@@
-63,22
+63,17
@@
clean:
distclean: clean
rm -f ../../Makefile.conf
distclean: clean
rm -f ../../Makefile.conf
-install: install-bin
install-data
+install: install-bin
install-bin:
install-bin:
- mkdir -m $(BIN_MODE) -p $(PREFIX)/usr/sbin
install -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/sbin/$(PROG)
$(MAKE) -C $(DIR_LIBSRC) install
install -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/sbin/$(PROG)
$(MAKE) -C $(DIR_LIBSRC) install
-install-data:
-
-uninstall: uninstall-bin uninstall-data
+uninstall: uninstall-bin
uninstall-bin:
rm -f $(PREFIX)/usr/sbin/$(PROG)
uninstall-bin:
rm -f $(PREFIX)/usr/sbin/$(PROG)
-uninstall-data:
-
ifneq ($(MAKECMDGOALS),distclean)
ifneq ($(MAKECMDGOALS),clean)
ifneq ($(MAKECMDGOALS),distclean)
ifneq ($(MAKECMDGOALS),clean)