./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)))
ifeq ($(OS),linux)
else
LIBS += -lc \
- -liconv
+ -liconv
endif
SEARCH_DIRS = -I ../../include
endif
endif
-deps: $(SRCS) ../../Makefile.conf
+deps: $(SRCS) ../../Makefile.conf
$(MAKE) -C $(DIR_LIBSRC)
@>deps ;\
for file in $(SRCS); do\