From: Martin Willi Date: Wed, 21 Nov 2012 10:12:53 +0000 (+0100) Subject: Add missing error_notify_msg.h to distribution tarball X-Git-Tag: 5.0.2dr4~39 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32c3ac95e4f51e07b24578809dffbd2085e2c1d1;p=thirdparty%2Fstrongswan.git Add missing error_notify_msg.h to distribution tarball --- diff --git a/src/libcharon/plugins/error_notify/Makefile.am b/src/libcharon/plugins/error_notify/Makefile.am index 7381cb1d6c..fccd252016 100644 --- a/src/libcharon/plugins/error_notify/Makefile.am +++ b/src/libcharon/plugins/error_notify/Makefile.am @@ -14,7 +14,8 @@ endif libstrongswan_error_notify_la_SOURCES = \ error_notify_plugin.h error_notify_plugin.c \ error_notify_socket.h error_notify_socket.c \ - error_notify_listener.h error_notify_listener.c + error_notify_listener.h error_notify_listener.c \ + error_notify_msg.h libstrongswan_error_notify_la_LDFLAGS = -module -avoid-version