diff options
author | dscho <dscho> | 2004-05-25 09:05:09 +0000 |
---|---|---|
committer | dscho <dscho> | 2004-05-25 09:05:09 +0000 |
commit | 876868553da8f69ed1a368688b6d01a8a7bc1a39 (patch) | |
tree | 0bf872ebeadb746eec0f4695230c8777680ece9f /examples | |
parent | 0130bdb9d6c61e0446ab514816041f1b9283410a (diff) | |
download | libvncserver-876868553da8f69ed1a368688b6d01a8a7bc1a39.zip libvncserver-876868553da8f69ed1a368688b6d01a8a7bc1a39.tar.gz |
move the library into libvncserver/, x11vnc into x11vnc/
Diffstat (limited to 'examples')
-rw-r--r-- | examples/Makefile.am | 2 | ||||
-rw-r--r-- | examples/regiontest.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index 8f19836..18f3726 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,5 @@ CFLAGS=-I.. -g -Wall -LDADD = ../libvncserver.a +LDADD = ../libvncserver/libvncserver.a if HAVE_LIBPTHREAD BACKGROUND_TEST=blooptest diff --git a/examples/regiontest.c b/examples/regiontest.c index 176fd26..91f1a17 100644 --- a/examples/regiontest.c +++ b/examples/regiontest.c @@ -1,3 +1,3 @@ #define SRA_TEST -#include "../rfbregion.c" +#include "../libvncserver/rfbregion.c" |