File 'compile' now removed as well

When using `make maintainer-clean` the file 'compile'
was not removed.
pull/44/head
Frank Fesevur 9 years ago
parent ee62081c51
commit 055ca53dd5

1
.gitignore vendored

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

@ -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

Loading…
Cancel
Save