Commit a3f1ba45 authored by dscho's avatar dscho

make libvncserver-conf executable the autoconf way

parent 8ef9dbd3
......@@ -20,11 +20,6 @@ rpm: $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE).spec
rpmbuild -ba $(PACKAGE).spec
endif
all: make_config_executable
make_config_executable:
chmod a+x libvncserver-config
t:
$(MAKE) -C test test
......@@ -348,6 +348,7 @@ AC_CONFIG_FILES([Makefile
test/Makefile
LibVNCServer.spec
libvncserver-config])
AC_CONFIG_COMMANDS([chmod-libvncserver-config],[chmod a+x libvncserver-config])
AC_OUTPUT
chmod a+x ./libvncserver-config
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment