diff options
author | Martin Willi <martin@revosec.ch> | 2010-08-23 12:01:48 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2010-08-23 12:01:48 +0200 |
commit | 908e752201cc5cfc7f663e724f0ab3dc76c72d0a (patch) | |
tree | 56b74a23d4d94bf79292bb97595a2f416079c694 | |
parent | e0fcf43cf8c43ad0e6a3d318d0d61fe0235e069e (diff) | |
download | strongswan-908e752201cc5cfc7f663e724f0ab3dc76c72d0a.tar.bz2 strongswan-908e752201cc5cfc7f663e724f0ab3dc76c72d0a.tar.xz |
Rebuild library.lo after changing ./configure options
-rw-r--r-- | src/libstrongswan/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstrongswan/Makefile.am b/src/libstrongswan/Makefile.am index 237550bf1..d197057ca 100644 --- a/src/libstrongswan/Makefile.am +++ b/src/libstrongswan/Makefile.am @@ -66,6 +66,8 @@ utils/optionsfrom.c utils/optionsfrom.h \ utils/backtrace.c utils/backtrace.h \ plugins/plugin_loader.c plugins/plugin_loader.h plugins/plugin.h +library.lo : $(top_builddir)/config.status + libstrongswan_la_LIBADD = $(PTHREADLIB) $(DLLIB) $(BTLIB) $(SOCKLIB) $(RTLIB) INCLUDES = -I$(top_srcdir)/src/libstrongswan |