File 'compile' now removed as well

When using `make maintainer-clean` the file 'compile'
was not removed.
pull/44/head
Frank Fesevur 2016-05-04 16:15:54 +02:00
parent ee62081c51
commit 055ca53dd5
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View File

@ -17,6 +17,7 @@ Makefile.in
aclocal.m4
autodefs.h
autom4te.cache
compile
config.guess
config.h
config.h.in

View File

@ -29,7 +29,8 @@ MAINTAINERCLEANFILES = \
$(srcdir)/config.h.in $(srcdir)/config.h.in~\
$(srcdir)/install-sh $(srcdir)/missing \
$(srcdir)/depcomp $(srcdir)/aclocal.m4 \
$(srcdir)/config.guess $(srcdir)/config.sub
$(srcdir)/config.guess $(srcdir)/config.sub \
$(srcdir)/compile
bin_PROGRAMS = openvpn-gui