diff options
author | Martin Kaiser <wireshark@kaiser.cx> | 2013-02-21 18:09:18 +0000 |
---|---|---|
committer | Martin Kaiser <wireshark@kaiser.cx> | 2013-02-21 18:09:18 +0000 |
commit | 7126d3a56b85823b4177db48061c18af927701fd (patch) | |
tree | 8c0b9483e7c852406051dcb9aad8a33017d17de1 /wsutil/Makefile.am | |
parent | b9a0eaedae0e6ba719e10d2c7e1d42d484caf6c1 (diff) | |
download | wireshark-7126d3a56b85823b4177db48061c18af927701fd.tar.gz wireshark-7126d3a56b85823b4177db48061c18af927701fd.tar.bz2 wireshark-7126d3a56b85823b4177db48061c18af927701fd.zip |
add wsutil/wsgcrypt.h as a wrapper around libgcrypt's gcrypt.h
(not used for now)
svn path=/trunk/; revision=47801
Diffstat (limited to 'wsutil/Makefile.am')
-rw-r--r-- | wsutil/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am index 5bde48564e..e6da9ec369 100644 --- a/wsutil/Makefile.am +++ b/wsutil/Makefile.am @@ -114,7 +114,8 @@ EXTRA_DIST = \ file_util.h \ libwsutil.def \ unicode-utils.c \ - unicode-utils.h + unicode-utils.h \ + wsgcrypt.h CLEANFILES = \ libwsutil.a \ |