X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/b86cfd58cc39e81a9b21dd6871dc036d8802e93b..8b48c5d2e27b7f3d6993ce085f571485c9c612dd:/projects/sgauth/Makefile diff --git a/projects/sgauth/Makefile b/projects/sgauth/Makefile index a59371c9..ef649119 100644 --- a/projects/sgauth/Makefile +++ b/projects/sgauth/Makefile @@ -32,7 +32,7 @@ OBJS = $(notdir $(patsubst %.cpp, %.o, $(patsubst %.c, %.o, $(SRCS)))) CXXFLAGS += $(DEFS) $(STGLIBS_INCS) $(SEARCH_DIRS) CFLAGS += $(DEFS) $(STGLIBS_INCS) $(SEARCH_DIRS) -LDFLAGS += -Wl,-E $(STGLIBS_LIBS) +LDFLAGS += $(STGLIBS_LIBS) .PHONY: all clean distclean libs install uninstall install-bin install-data uninstall-bin uninstall-data all: libs $(PROG) ../../Makefile.conf