diff options
author | Christian Grothoff <christian@grothoff.org> | 2011-11-03 13:19:52 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2011-11-03 13:19:52 +0000 |
commit | 29c724d2a7764f83fe846b418d09540348b86983 (patch) | |
tree | dafaff8e37ba51355b22b6f38d856ae49e145006 /src/block | |
parent | b303961f38c9b578f30248ee364ed4e5ffdcd06c (diff) |
implementing #1747
Diffstat (limited to 'src/block')
-rw-r--r-- | src/block/Makefile.am | 5 | ||||
-rw-r--r-- | src/block/block.conf | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/src/block/Makefile.am b/src/block/Makefile.am index 4522966136..96b66c3eeb 100644 --- a/src/block/Makefile.am +++ b/src/block/Makefile.am @@ -2,6 +2,11 @@ INCLUDES = -I$(top_srcdir)/src/include plugindir = $(libdir)/gnunet +pkgcfgdir= $(pkgdatadir)/config.d/ + +dist_pkgcfg_DATA = \ + block.conf + if MINGW WINFLAGS = -Wl,--no-undefined -Wl,--export-all-symbols endif diff --git a/src/block/block.conf b/src/block/block.conf new file mode 100644 index 0000000000..dbae438b7a --- /dev/null +++ b/src/block/block.conf @@ -0,0 +1,2 @@ +[block] +PLUGINS = fs dht test dns
\ No newline at end of file |