From 75541d23a36f6bd94bd35b7d9dbcd335c1066966 Mon Sep 17 00:00:00 2001 From: Kurtis Heimerl Date: Sat, 4 Feb 2012 23:29:16 +0000 Subject: [PATCH] Fixing compilation issue on Ubuntu 11.04 git-svn-id: http://wush.net/svn/range/software/public/openbts/trunk@3147 19bc5d8c-e614-43d4-8b26-e1612bc8e597 --- sqlite3/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sqlite3/Makefile.am b/sqlite3/Makefile.am index 5c4f5ed..2a2c18e 100644 --- a/sqlite3/Makefile.am +++ b/sqlite3/Makefile.am @@ -21,7 +21,7 @@ include $(top_srcdir)/Makefile.common AM_CPPFLAGS = $(STD_DEFINES_AND_INCLUDES) -AM_CXXFLAGS = -Wall -lpthread +AM_CXXFLAGS = -Wall -lpthread -ldl noinst_LTLIBRARIES = libsqlite.la