Commit 1c3c0c81 authored by dscho's avatar dscho

fixed header installation into $(prefix)/include/rfb

parent e22be663
...@@ -3,8 +3,10 @@ DIST_SUBDIRS=examples contrib vncterm ...@@ -3,8 +3,10 @@ DIST_SUBDIRS=examples contrib vncterm
bin_SCRIPTS = libvncserver-config bin_SCRIPTS = libvncserver-config
include_HEADERS= includedir=$(prefix)/include/rfb
nobase_include_HEADERS=rfb/rfb.h rfb/rfbconfig.h rfb/rfbint.h rfb/rfbproto.h \ #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 rfb/keysym.h rfb/rfbregion.h
noinst_HEADERS=d3des.h zrleDecode.h zrleEncode.h rfb/default8x16.h \ noinst_HEADERS=d3des.h zrleDecode.h zrleEncode.h rfb/default8x16.h \
......
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