diff options
author | dscho <dscho> | 2005-05-24 11:17:16 +0000 |
---|---|---|
committer | dscho <dscho> | 2005-05-24 11:17:16 +0000 |
commit | a3f1ba4561bb9a1da9ba3f48d6b9790677105d83 (patch) | |
tree | 516db4359ce8c83e507954e1cac8ea54a9a51d7f /Makefile.am | |
parent | 8ef9dbd3416c6abee98d3569eda48498c106f1bc (diff) | |
download | libtdevnc-a3f1ba4561bb9a1da9ba3f48d6b9790677105d83.tar.gz libtdevnc-a3f1ba4561bb9a1da9ba3f48d6b9790677105d83.zip |
make libvncserver-conf executable the autoconf way
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 6e1586c..e14374d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 |