]> git.stg.codes - stg.git/blobdiff - projects/sgconf/Makefile
Code cleanup.
[stg.git] / projects / sgconf / Makefile
index e564b246126d83591a34b6949cdaf87f00aaacba..e2fb8c1bf9b8857cc06902108541154c70589476 100644 (file)
@@ -7,14 +7,16 @@ include ../../Makefile.conf
 PROG = sgconf
 
 SRCS = ./main.cpp \
-       ./common_sg.cpp \
        ./options.cpp \
        ./actions.cpp \
+       ./admins.cpp \
+       ./tariffs.cpp \
+       ./users.cpp \
        ./xml.cpp
 
 STGLIBS = conffiles \
           srvconf \
-         crypto \
+          crypto \
           common
 
 STGLIBS_INCS = $(addprefix -I ../../stglibs/,$(addsuffix .lib/include,$(STGLIBS)))
@@ -25,7 +27,7 @@ LIBS += $(addprefix -lstg,$(STGLIBS)) -lexpat $(LIB_THREAD)
 ifeq ($(OS),linux)
 else
 LIBS += -lc \
-       -liconv
+        -liconv
 endif
 
 SEARCH_DIRS = -I ../../include
@@ -94,7 +96,7 @@ endif
 endif
 endif
 
-deps:  $(SRCS) ../../Makefile.conf
+deps: $(SRCS) ../../Makefile.conf
        $(MAKE) -C $(DIR_LIBSRC)
        @>deps ;\
        for file in $(SRCS); do\