diff options
author | Bertrand Marc <beberking@gmail.com> | 2012-05-02 21:43:37 +0200 |
---|---|---|
committer | Bertrand Marc <beberking@gmail.com> | 2012-05-02 21:43:37 +0200 |
commit | 2b81464a43485fcc8ce079fafdee7b7a171835f4 (patch) | |
tree | 394774c0f735199b57d51a2d3840356317853fe1 /pkgconfig/gnunethello.pc.in |
Imported Upstream version 0.9.2upstream/0.9.2
Diffstat (limited to 'pkgconfig/gnunethello.pc.in')
-rw-r--r-- | pkgconfig/gnunethello.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfig/gnunethello.pc.in b/pkgconfig/gnunethello.pc.in new file mode 100644 index 0000000..2ef4aa3 --- /dev/null +++ b/pkgconfig/gnunethello.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: GNUnet hello +Description: Helper library for handling GNUnet HELLO messages +URL: http://gnunet.org +Version: @VERSION@ +Requires: +Libs: -L${libdir} -lgnunethello +Cflags: -I${includedir} |