diff options
author | Adam Tkac <atkac@redhat.com> | 2009-08-28 12:02:20 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-08-28 12:02:20 +0000 |
commit | a5a8382f8f01f8b44fc445744bf7226e709a705f (patch) | |
tree | ba58bb36699a682582ef2ef3e9bc5a400de75830 /unix/xserver/hw/vnc/Makefile.am | |
parent | f009446c65002758860c366b83c2339c35ee579e (diff) | |
download | tigervnc-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.am | 2 |
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 |