mirror of https://github.com/OpenVPN/openvpn-gui
File 'compile' now removed as well
When using `make maintainer-clean` the file 'compile' was not removed.pull/44/head
parent
ee62081c51
commit
055ca53dd5
|
@ -17,6 +17,7 @@ Makefile.in
|
||||||
aclocal.m4
|
aclocal.m4
|
||||||
autodefs.h
|
autodefs.h
|
||||||
autom4te.cache
|
autom4te.cache
|
||||||
|
compile
|
||||||
config.guess
|
config.guess
|
||||||
config.h
|
config.h
|
||||||
config.h.in
|
config.h.in
|
||||||
|
|
|
@ -29,7 +29,8 @@ MAINTAINERCLEANFILES = \
|
||||||
$(srcdir)/config.h.in $(srcdir)/config.h.in~\
|
$(srcdir)/config.h.in $(srcdir)/config.h.in~\
|
||||||
$(srcdir)/install-sh $(srcdir)/missing \
|
$(srcdir)/install-sh $(srcdir)/missing \
|
||||||
$(srcdir)/depcomp $(srcdir)/aclocal.m4 \
|
$(srcdir)/depcomp $(srcdir)/aclocal.m4 \
|
||||||
$(srcdir)/config.guess $(srcdir)/config.sub
|
$(srcdir)/config.guess $(srcdir)/config.sub \
|
||||||
|
$(srcdir)/compile
|
||||||
|
|
||||||
bin_PROGRAMS = openvpn-gui
|
bin_PROGRAMS = openvpn-gui
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue