diff options
author | dscho <dscho> | 2003-02-19 06:27:31 +0000 |
---|---|---|
committer | dscho <dscho> | 2003-02-19 06:27:31 +0000 |
commit | 1c3c0c811b0342eda7373ab7d8c6960622f2a0be (patch) | |
tree | cc40edd6175ee676b368f401f22289819a00ac1d | |
parent | e22be6634da84481d97557f076a9b4c78cf8f86b (diff) | |
download | libtdevnc-1c3c0c811b0342eda7373ab7d8c6960622f2a0be.tar.gz libtdevnc-1c3c0c811b0342eda7373ab7d8c6960622f2a0be.zip |
fixed header installation into $(prefix)/include/rfb
-rw-r--r-- | Makefile.am | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 3c4fc46..cc4093c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,8 +3,10 @@ DIST_SUBDIRS=examples contrib vncterm bin_SCRIPTS = libvncserver-config -include_HEADERS= -nobase_include_HEADERS=rfb/rfb.h rfb/rfbconfig.h rfb/rfbint.h rfb/rfbproto.h \ +includedir=$(prefix)/include/rfb +#include_HEADERS=rfb.h rfbconfig.h rfbint.h rfbproto.h keysym.h rfbregion.h + +include_HEADERS=rfb/rfb.h rfb/rfbconfig.h rfb/rfbint.h rfb/rfbproto.h \ rfb/keysym.h rfb/rfbregion.h noinst_HEADERS=d3des.h zrleDecode.h zrleEncode.h rfb/default8x16.h \ |