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 ia library header name
[stg.git]
/
projects
/
sgauth
/
Makefile
diff --git
a/projects/sgauth/Makefile
b/projects/sgauth/Makefile
index 7f597b95936022be55d92f0ae8ea74688d0f0512..338e35008f7be03b250236fc9dbdb1bed24e1255 100644
(file)
--- a/
projects/sgauth/Makefile
+++ b/
projects/sgauth/Makefile
@@
-7,13
+7,13
@@
include ../../Makefile.conf
PROG = sgauth
SRCS = ./main.cpp \
PROG = sgauth
SRCS = ./main.cpp \
+ ./settings_impl.cpp \
./web.cpp
./web.cpp
-STGLIBS = -lconffiles \
- -lstg_crypto \
- -lstg_common \
- -lia_auth_c \
- -lcommon_settings
+STGLIBS = -lstgconffiles \
+ -lstgcrypto \
+ -lstgcommon \
+ -lstgia
LIBS += $(LIB_THREAD)
LIBS += $(LIB_THREAD)
@@
-56,13
+56,12
@@
distclean: clean
install: install-bin install-data
install-bin:
install: install-bin install-data
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-data:
# Install etc
install -m $(BIN_MODE) -o $(OWNER) -s $(PROG) $(PREFIX)/usr/sbin/$(PROG)
$(MAKE) -C $(DIR_LIBSRC) install
install-data:
# Install etc
- mkdir -m $(D
ATA
_MODE) -p $(PREFIX)/etc
+ mkdir -m $(D
IR
_MODE) -p $(PREFIX)/etc
install -m $(DATA_MODE) -o $(OWNER) ./sgauth.conf $(PREFIX)/etc/sgauth.conf
uninstall: uninstall-bin uninstall-data
install -m $(DATA_MODE) -o $(OWNER) ./sgauth.conf $(PREFIX)/etc/sgauth.conf
uninstall: uninstall-bin uninstall-data
@@
-72,7
+71,7
@@
uninstall-bin:
uninstall-data:
# Uninstall etc
uninstall-data:
# Uninstall etc
- rm -f $(PREFIX)/etc/s
targazer/s
gauth.conf
+ rm -f $(PREFIX)/etc/sgauth.conf
ifneq ($(MAKECMDGOALS),distclean)
ifneq ($(MAKECMDGOALS),distclean)