Skip to content

Instantly share code, notes, and snippets.

@nickrobison
Created September 15, 2013 01:15
Show Gist options
  • Save nickrobison/6567238 to your computer and use it in GitHub Desktop.
Save nickrobison/6567238 to your computer and use it in GitHub Desktop.
diff --git a/src/saga_core/saga_odbc/Makefile.am b/src/saga_core/saga_odbc/Makefile.am
index 0613a37..03fdb1e 100644
--- a/src/saga_core/saga_odbc/Makefile.am
+++ b/src/saga_core/saga_odbc/Makefile.am
@@ -7,7 +7,7 @@ endif
DEF_SAGA = -D_SAGA_LINUX -D_TYPEDEF_BYTE -D_TYPEDEF_WORD
CXX_INCS = -I$(top_srcdir)/src/saga_core
AM_CXXFLAGS = $(CXX_INCS) $(DEF_SAGA) $(DEP_DEFS) $(DBGFLAGS) $(GOMPFLAGS)
-AM_LDFLAGS = $(DEP_LFLG) -lodbc
+AM_LDFLAGS = $(DEP_LFLG) -liodbc
lib_LTLIBRARIES = libsaga_odbc.la
libsaga_odbc_la_LDFLAGS =$(AM_LDFLAGS) -release $(VERSION)
libsaga_odbc_la_SOURCES =\
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment