aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/Makefile.am
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-21 17:56:34 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-21 17:56:34 +0000
commit8ba99f4fec5ded9ab39fc65f68a41d077dbd6196 (patch)
tree9319074ee4995f5df34d79635b972a888310fe15 /src/namestore/Makefile.am
parent843c6b6ab954afae05b920ecc01d7eaa04bea03e (diff)
downloadgnunet-gtk-8ba99f4fec5ded9ab39fc65f68a41d077dbd6196.tar.gz
gnunet-gtk-8ba99f4fec5ded9ab39fc65f68a41d077dbd6196.zip
-fix code to locate config files
Diffstat (limited to 'src/namestore/Makefile.am')
-rw-r--r--src/namestore/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index 46faba72..a396fed7 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -3,7 +3,7 @@ SUBDIRS = .
3# we use libgnunetutil to load plugins, and it 3# we use libgnunetutil to load plugins, and it
4# only looks in /gnunet, not /gnunet-gtk! 4# only looks in /gnunet, not /gnunet-gtk!
5plugindir = $(libdir)/gnunet 5plugindir = $(libdir)/gnunet
6pkgcfgdir= $(prefix)/share/gnunet/config.d/ 6pkgcfgdir= $(prefix)/share/gnunet-gtk/config.d/
7 7
8AM_CPPFLAGS = \ 8AM_CPPFLAGS = \
9 -I$(top_srcdir)/ \ 9 -I$(top_srcdir)/ \