diff options
author | Tobias Brunner <tobias@strongswan.org> | 2008-11-20 14:46:03 +0000 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2008-11-20 14:46:03 +0000 |
commit | cdee592e3826e06f9a5a9684ff646f965d5b02b4 (patch) | |
tree | a27fed46731457c1f58ae3ece28a477a4c19051e /src | |
parent | ba2ecf683178b91a8e664949a15f55cb9839a801 (diff) | |
download | strongswan-cdee592e3826e06f9a5a9684ff646f965d5b02b4.tar.bz2 strongswan-cdee592e3826e06f9a5a9684ff646f965d5b02b4.tar.xz |
fixing Makefile of the nm plugin (avoids including a .svn directory in the distribution)
Diffstat (limited to 'src')
-rw-r--r-- | src/charon/plugins/nm/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/plugins/nm/Makefile.am b/src/charon/plugins/nm/Makefile.am index bb5436443..3f323bb6c 100644 --- a/src/charon/plugins/nm/Makefile.am +++ b/src/charon/plugins/nm/Makefile.am @@ -20,7 +20,7 @@ EXTRA_DIST = gnome/configure gnome/po/LINGUAS gnome/po/POTFILES.in gnome/po/Make 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/mkinstalldirs gnome/auth-dialog/Makefile.in \ gnome/auth-dialog/Makefile.am gnome/auth-dialog/main.c gnome/intltool-extract.in \ gnome/config.sub gnome/missing |