summaryrefslogtreecommitdiffstats
path: root/unix/xserver/hw/vnc/Makefile.am
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2009-08-28 12:02:20 +0000
committerAdam Tkac <atkac@redhat.com>2009-08-28 12:02:20 +0000
commita5a8382f8f01f8b44fc445744bf7226e709a705f (patch)
treeba58bb36699a682582ef2ef3e9bc5a400de75830 /unix/xserver/hw/vnc/Makefile.am
parentf009446c65002758860c366b83c2339c35ee579e (diff)
downloadtigervnc-a5a8382f8f01f8b44fc445744bf7226e709a705f.tar.gz
tigervnc-a5a8382f8f01f8b44fc445744bf7226e709a705f.zip
Move definition of XORG macro to separate header.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3884 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/xserver/hw/vnc/Makefile.am')
-rw-r--r--unix/xserver/hw/vnc/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/Makefile.am b/unix/xserver/hw/vnc/Makefile.am
index 957612ac..a39a10d2 100644
--- a/unix/xserver/hw/vnc/Makefile.am
+++ b/unix/xserver/hw/vnc/Makefile.am
@@ -9,7 +9,7 @@ COMMON_LIBS=$(NETWORK_LIB) $(RFB_LIB) $(RDR_LIB) $(XREGION_LIB)
noinst_LTLIBRARIES = libvnccommon.la
-HDRS = RegionHelper.h vncExtInit.h vncHooks.h XserverDesktop.h
+HDRS = RegionHelper.h vncExtInit.h vncHooks.h XserverDesktop.h xorg-version.h
libvnccommon_la_SOURCES = $(HDRS) vncExtInit.cc vncHooks.cc XserverDesktop.cc