diff options
author | dscho <dscho> | 2003-02-28 14:05:27 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-02-28 14:05:27 +0000 |
commit | c4d44f983e02ec6b2e94585033c8ce8eea905e64 (patch) | |
tree | 008a635ed3db1b90dc5e9aec904e31cc5c032a59 /Makefile.am | |
parent | 8d308e2fb867836f670059f29f9391e33af05c03 (diff) | |
download | libtdevnc-c4d44f983e02ec6b2e94585033c8ce8eea905e64.tar.gz libtdevnc-c4d44f983e02ec6b2e94585033c8ce8eea905e64.zip |
let libvncserver-config behave as expected when called without installing
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index cc4093c..49277b4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,3 +42,10 @@ rpm: $(PACKAGE)-$(VERSION).tar.gz libvncserver.spec cp $(PACKAGE)-$(VERSION).tar.gz @RPMSOURCEDIR@ rpm -ba libvncserver.spec endif + +all: make_config_executable + +make_config_executable: + chmod a+x libvncserver-config + + |