diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-10-31 15:21:37 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2012-10-31 15:21:37 +0000 |
commit | ad3d54416671f757e8123ecdcf6246abeb671337 (patch) | |
tree | f4b9ae6b0a807a08c338ffdcd303d111c4fa0904 /pkgconfig/gnunetnamestore.pc.in | |
parent | 9d92b6d18336983e7d5b0bb092cbdd1d46465566 (diff) |
-adding missing pkgconfig files
git-svn-id: https://gnunet.org/svn/gnunet@24638 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'pkgconfig/gnunetnamestore.pc.in')
-rw-r--r-- | pkgconfig/gnunetnamestore.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gnunetnamestore.pc.in b/pkgconfig/gnunetnamestore.pc.in new file mode 100644 index 0000000000..964c6eb497 --- /dev/null +++ b/pkgconfig/gnunetnamestore.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: GNUnet Namestore +Description: Provides API for storing GNS records to a database +URL: http://gnunet.org +Version: @VERSION@ +Requires: +Libs: -L${libdir} -lgnunetnamestore +Cflags: -I${includedir} |