X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/747017e39d73c3948c988b0d0cf6f1a18e25c4b3..6e1ab8de7a8bb7ebc1bd4a0e55592cc2b4499a0e:/projects/sgauth/Makefile diff --git a/projects/sgauth/Makefile b/projects/sgauth/Makefile index 47488cc2..7f597b95 100644 --- a/projects/sgauth/Makefile +++ b/projects/sgauth/Makefile @@ -15,11 +15,9 @@ STGLIBS = -lconffiles \ -lia_auth_c \ -lcommon_settings -LIBS += $(LIB_THREAD) \ - -lexpat +LIBS += $(LIB_THREAD) ifeq ($(OS),linux) -LIBS += -ldl else LIBS += -lintl \ -lc @@ -93,5 +91,3 @@ deps: $(SRCS) ../../Makefile.conf sgauth.css echo "`$(CC) $(CXXFLAGS) $(SEARCH_DIRS) -MM $$file` Makefile" >> deps ;\ echo -e '\t$$(CC) -c $$< $(CXXFLAGS) $(SEARCH_DIRS) $(DEFS)' >> deps ;\ done - -