diff options
| author | Martin Willi <martin@strongswan.org> | 2008-08-25 08:21:51 +0000 |
|---|---|---|
| committer | Martin Willi <martin@strongswan.org> | 2008-08-25 08:21:51 +0000 |
| commit | f6ecd44fc65d25e5eaef74e10b8d93983bb13f87 (patch) | |
| tree | e20552e3104125bba09a400e7acd5b2194254e7a /src/charon/plugins/nm | |
| parent | c1ee908e4c9aaf262333fe2c012f8d49f324c373 (diff) | |
| download | strongswan-f6ecd44fc65d25e5eaef74e10b8d93983bb13f87.tar.bz2 strongswan-f6ecd44fc65d25e5eaef74e10b8d93983bb13f87.tar.xz | |
added NM gnome plugin to distribution
Diffstat (limited to 'src/charon/plugins/nm')
| -rw-r--r-- | src/charon/plugins/nm/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/charon/plugins/nm/Makefile.am b/src/charon/plugins/nm/Makefile.am index 97daab30b..107ca1a31 100644 --- a/src/charon/plugins/nm/Makefile.am +++ b/src/charon/plugins/nm/Makefile.am @@ -9,3 +9,20 @@ libstrongswan_nm_la_SOURCES = \ libstrongswan_nm_la_LDFLAGS = -module libstrongswan_nm_la_LIBADD = ${nm_LIBS} + +# build gnome/configure and friends for distribution + +EXTRA_DIST = gnome/configure gnome/po/LINGUAS gnome/po/POTFILES.in gnome/po/Makefile.in.in \ + gnome/ltmain.sh gnome/config.h.in gnome/depcomp gnome/Makefile.in \ + gnome/compile gnome/intltool-merge.in gnome/configure.in gnome/install-sh \ + gnome/aclocal.m4 gnome/Makefile.am gnome/autogen.sh \ + gnome/properties/Makefile.in gnome/properties/nm-strongswan-dialog.glade \ + gnome/properties/Makefile.am gnome/properties/nm-strongswan.c \ + gnome/properties/nm-strongswan.h gnome/intltool-update.in gnome/config.guess \ + gnome/nm-strongswan-service.name.in gnome/nm-strongswan-service.conf \ + gnome/mkinstalldirs gnome/auth-dialog gnome/auth-dialog/Makefile.in \ + gnome/auth-dialog/Makefile.am gnome/auth-dialog/main.c gnome/intltool-extract.in \ + gnome/config.sub gnome/missing + +gnome/configure : gnome/configure.in + cd gnome && ./autogen.sh; cd .. |
