diff options
author | Martin Willi <martin@strongswan.org> | 2008-11-17 09:29:27 +0000 |
---|---|---|
committer | Martin Willi <martin@strongswan.org> | 2008-11-17 09:29:27 +0000 |
commit | 49653b6bc36b692bfa46fad2454bcd103c2f863e (patch) | |
tree | e5be9402b3879d489da42b82c00ed29e02b73523 /src/charon/plugins/updown/Makefile.am | |
parent | 08c6ed9f14d358603a4bb84534080de8684be8b6 (diff) | |
download | strongswan-4.2.9.tar.bz2 strongswan-4.2.9.tar.xz |
separated updown listener to its own class4.2.9
caching interface names to properly remove rules if interface has changed
Diffstat (limited to 'src/charon/plugins/updown/Makefile.am')
-rw-r--r-- | src/charon/plugins/updown/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/charon/plugins/updown/Makefile.am b/src/charon/plugins/updown/Makefile.am index 9fc226b5e..de60d9fbf 100644 --- a/src/charon/plugins/updown/Makefile.am +++ b/src/charon/plugins/updown/Makefile.am @@ -4,7 +4,9 @@ INCLUDES = -I$(top_srcdir)/src/libstrongswan -I$(top_srcdir)/src/charon AM_CFLAGS = -rdynamic plugin_LTLIBRARIES = libstrongswan-updown.la -libstrongswan_updown_la_SOURCES = updown_plugin.h updown_plugin.c +libstrongswan_updown_la_SOURCES = \ + updown_plugin.h updown_plugin.c \ + updown_listener.h updown_listener.c libstrongswan_updown_la_LDFLAGS = -module |