From 6e1ab8de7a8bb7ebc1bd4a0e55592cc2b4499a0e Mon Sep 17 00:00:00 2001 From: Maxim Mamontov Date: Wed, 8 Dec 2010 16:45:41 +0200 Subject: [PATCH] =?utf8?q?=D0=92=20=D0=BA=D0=BE=D0=BD=D1=81=D0=BE=D0=BB?= =?utf8?q?=D1=8C=D0=BD=D0=BE=D0=BC=20=D0=B0=D0=B2=D1=82=D0=BE=D1=80=D0=B8?= =?utf8?q?=D0=B7=D0=B0=D1=82=D0=BE=D1=80=D0=B5=20=D1=83=D0=B1=D1=80=D0=B0?= =?utf8?q?=D0=BD=D0=B0=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=BE=D0=B2?= =?utf8?q?=D0=BA=D0=B0=20=D1=81=20-lexpat=20=D0=B8=20-ldl?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- projects/sgauth/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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 - - -- 2.43.2