From 2df54da6e2b70777154d38ce3923093568358285 Mon Sep 17 00:00:00 2001 From: Jeff Morriss Date: Thu, 1 Aug 2013 23:34:47 +0000 Subject: Move a bunch of the crypt modules and pint.h into wsutil. This means wsutil now links against libcrypt. Protect a bunch of the crypt header files from multiple inclusion. svn path=/trunk/; revision=51100 --- wsutil/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'wsutil/Makefile.am') diff --git a/wsutil/Makefile.am b/wsutil/Makefile.am index 828995c89f..4b35e8484f 100644 --- a/wsutil/Makefile.am +++ b/wsutil/Makefile.am @@ -29,15 +29,15 @@ wsutil_optional_objects = if NEED_GETOPT_LO wsutil_optional_objects += @GETOPT_LO@ endif - + if NEED_INET_ATON_LO wsutil_optional_objects += @INET_ATON_LO@ endif - + if NEED_INET_NTOP_LO wsutil_optional_objects += @INET_NTOP_LO@ endif - + if NEED_INET_PTON_LO wsutil_optional_objects += @INET_PTON_LO@ endif @@ -65,6 +65,7 @@ lib_LTLIBRARIES = libwsutil.la libwsutil_la_LDFLAGS = -version-info 0:0:0 @LDFLAGS_SHAREDLIB@ AM_CPPFLAGS = -I$(srcdir)/.. + $(LIBGCRYPT_CFLAGS) libwsutil_la_SOURCES = \ $(LIBWSUTIL_SRC) \ @@ -88,6 +89,7 @@ libwsutil_la_DEPENDENCIES= \ libwsutil_la_LIBADD = \ @GLIB_LIBS@ \ + @LIBGCRYPT_LIBS@ \ $(wsutil_optional_objects) EXTRA_DIST = \ -- cgit v1.2.3