Created
September 15, 2013 01:15
-
-
Save nickrobison/6567238 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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