]> git.pld-linux.org Git - packages/redland.git/blame - redland-storage-file.patch
- unified License format
[packages/redland.git] / redland-storage-file.patch
CommitLineData
33a1f582
JB
1--- redland-1.0.7/librdf/Makefile.am.orig 2007-12-17 07:51:58.000000000 +0100
2+++ redland-1.0.7/librdf/Makefile.am 2008-01-06 21:01:48.587870130 +0100
3@@ -104,6 +104,12 @@
4
5 plugin_LTLIBRARIES =
6
7+if STORAGE_FILE
8+plugin_LTLIBRARIES += librdf_storage_file.la
9+librdf_storage_file_la_SOURCES = rdf_storage_file.c
10+librdf_storage_file_la_LDFLAGS = -module -avoid-version
11+endif
12+
13 if STORAGE_TSTORE
14 plugin_LTLIBRARIES += librdf_storage_tstore.la
15 librdf_storage_tstore_la_SOURCES = rdf_storage_tstore.c
This page took 0.046357 seconds and 4 git commands to generate.