Skip to content

Instantly share code, notes, and snippets.

@Habbie
Created April 26, 2013 11:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Habbie/5466707 to your computer and use it in GitHub Desktop.
Save Habbie/5466707 to your computer and use it in GitHub Desktop.
--- modules/gsqlite3backend/Makefile.in.orig 2011-07-22 13:26:06.000000000 +0200
+++ modules/gsqlite3backend/Makefile.in 2011-08-08 16:22:15.000000000 +0200
@@ -255,11 +255,11 @@
AM_CPPFLAGS = @THREADFLAGS@
lib_LTLIBRARIES = libgsqlite3backend.la
EXTRA_DIST = OBJECTFILES OBJECTLIBS
-INCLUDES = -I@SQLITE3_CFLAGS@
+INCLUDES = @SQLITE3_CFLAGS@
libgsqlite3backend_la_SOURCES = gsqlite3backend.cc gsqlite3backend.hh \
ssqlite3.hh ssqlite3.cc
-libgsqlite3backend_la_LDFLAGS = -module -avoid-version -lsqlite3
+libgsqlite3backend_la_LDFLAGS = -module -avoid-version @SQLITE3_LIBS@
all: all-am
.SUFFIXES:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment