]> git.pld-linux.org Git - packages/redland.git/blob - redland-storage-file.patch
- rel 1; works
[packages/redland.git] / redland-storage-file.patch
1 --- redland-1.0.9/src/Makefile.am.old   2009-12-03 00:19:25.051648341 +0100
2 +++ redland-1.0.9/src/Makefile.am       2009-12-03 00:20:01.744463692 +0100
3 @@ -115,6 +115,13 @@
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 +librdf_storage_file_la_LIBADD = librdf.la
12 +endif
13 +
14  if STORAGE_TSTORE
15  plugin_LTLIBRARIES += librdf_storage_tstore.la
16  librdf_storage_tstore_la_SOURCES = rdf_storage_tstore.c
This page took 0.023032 seconds and 3 git commands to generate.