summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authordscho <dscho>2003-02-18 16:02:38 +0000
committerdscho <dscho>2003-02-18 16:02:38 +0000
commite22be6634da84481d97557f076a9b4c78cf8f86b (patch)
tree5ab9cf42a12799079ee2e550c93d1e43f851b716 /configure.ac
parent5ef5c81e7972e70dbc8ed57a0489b6396434ae53 (diff)
downloadlibvncserver-e22be6634da84481d97557f076a9b4c78cf8f86b.zip
libvncserver-e22be6634da84481d97557f076a9b4c78cf8f86b.tar.gz
moved include/ to rfb/
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 81b0232..ea65d9f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,7 +1,7 @@
# Process this file with autoconf to produce a configure script.
AC_INIT(LibVNCServer, 0.6pre, http://sourceforge.net/projects/libvncserver)
AM_INIT_AUTOMAKE(LibVNCServer, 0.6pre)
-AM_CONFIG_HEADER([include/rfbconfig.h])
+AM_CONFIG_HEADER([rfb/rfbconfig.h])
# Checks for programs.
AC_PROG_CC
@@ -84,7 +84,7 @@ AC_TYPE_SIZE_T
AC_HEADER_TIME
AC_HEADER_SYS_WAIT
AC_TYPE_SOCKLEN_T
-AC_CREATE_STDINT_H(include/rfbint.h)
+AC_CREATE_STDINT_H(rfb/rfbint.h)
# Checks for library functions.
AC_FUNC_MALLOC
OpenPOWER on IntegriCloud