summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Bogusz2006-03-02 15:29:49 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitc904a8def410e82578dc62a61d7139ca0e6197ac (patch)
tree87089e279ba6d76f90fabfa0226fae52d44d2060
parenta8a8aea4fd268e210de3f97a5e5a46a92854b8cf (diff)
downloadqof-c904a8def410e82578dc62a61d7139ca0e6197ac.zip
qof-c904a8def410e82578dc62a61d7139ca0e6197ac.tar.gz
- updated for 0.6.2
Changed files: qof-link.patch -> 1.2
-rw-r--r--qof-link.patch18
1 files changed, 8 insertions, 10 deletions
diff --git a/qof-link.patch b/qof-link.patch
index 22e7da2..c931053 100644
--- a/qof-link.patch
+++ b/qof-link.patch
@@ -9,9 +9,9 @@
libqofsql_la_SOURCES = \
parser.c \
parser.h \
---- qof-0.6.1/qof/Makefile.am.orig 2005-12-29 17:35:14.000000000 +0100
-+++ qof-0.6.1/qof/Makefile.am 2006-02-21 23:19:10.998422000 +0100
-@@ -89,17 +89,16 @@
+--- qof-0.6.2/qof/Makefile.am.orig 2006-02-21 00:35:15.000000000 +0100
++++ qof-0.6.2/qof/Makefile.am 2006-03-02 15:48:46.000000000 +0100
+@@ -91,15 +91,17 @@
INCLUDES = \
-DPREFIX=\""$(prefix)"\" \
-DDATADIR=\""$(datadir)"\"
@@ -24,11 +24,9 @@
+SQLLIB=$(top_builddir)/lib/libsql/libqofsql.la
endif
--LDADD = \
+ libqof_la_LIBADD = \
- ${LIBGDA_LIBS} \
-- ${GMODULE_LIBS} \
-- ${GLIB_LIBS}
-+libqof_la_LIBADD = $(SQLLIB) $(GMODULE_LIBS) $(GOBJECT_LIBS) $(GLIB_LIBS) -lm
-
- EXTRA_DIST = \
- qofla-dir.h.in \
++ $(SQLLIB) \
+ ${GMODULE_LIBS} \
+ ${GOBJECT_LIBS} \
+ ${GLIB_LIBS} \