# HG changeset patch # User mas01cr # Date 1250027866 0 # Node ID fac63f65753ef9fd1e9b3baafcc46cefc4a44291 # Parent 6ad0a6e67d4c2abf86492909ed495f9f4986fce0 Remove LIBGSL from library link stage At present, the library doesn't depend on libgsl. If Windows porting goes faster than APIs for sample and index, removing libgsl from the link equation will help. diff -r 6ad0a6e67d4c -r fac63f65753e Makefile --- a/Makefile Tue Aug 11 21:42:49 2009 +0000 +++ b/Makefile Tue Aug 11 21:57:46 2009 +0000 @@ -66,7 +66,7 @@ $(CXX) -o $(EXECUTABLE) $(CFLAGS) $^ $(LIBGSL) $(GSOAP_INCLUDE) $(GSOAP_CPP) $(LIBRARY): $(LIBOBJS) - $(CXX) $(SHARED_LIB_FLAGS)$(LIBRARY) -o $(LIBRARY) $(CFLAGS) $(LIBGSL) $^ + $(CXX) $(SHARED_LIB_FLAGS)$(LIBRARY) -o $(LIBRARY) $(CFLAGS) $^ tags: ctags *.cpp *.h