diff options
author | Adam Tkac <atkac@redhat.com> | 2009-01-05 15:29:21 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2009-01-05 15:29:21 +0000 |
commit | c25caf9d72230bb2775c1d92bbac4e1e59afcad4 (patch) | |
tree | 8f9d0bedd1eda79c1742a4d5501c2c3e41088624 /unix | |
parent | a519349e7014d367dc0b72efe616c9e0b0d0c45d (diff) | |
download | tigervnc-c25caf9d72230bb2775c1d92bbac4e1e59afcad4.tar.gz tigervnc-c25caf9d72230bb2775c1d92bbac4e1e59afcad4.zip |
[Cleanup] Removed unneeded X module preprocessor parameters
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3520 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix')
-rw-r--r-- | unix/xserver/hw/vnc/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/unix/xserver/hw/vnc/Makefile.am b/unix/xserver/hw/vnc/Makefile.am index ae2c82aa..113ae613 100644 --- a/unix/xserver/hw/vnc/Makefile.am +++ b/unix/xserver/hw/vnc/Makefile.am @@ -47,7 +47,6 @@ libvnc_la_CPPFLAGS = $(XVNC_CPPFLAGS) -I$(LIB_DIR) \ -I$(top_srcdir)/hw/xfree86/common \ -I$(top_srcdir)/hw/xfree86/os-support \ -I$(top_srcdir)/hw/xfree86/os-support/bus \ - -DXFree86Module -DXFree86LOADER -DIN_MODULE \ -I$(includedir)/pixman-1 libvnc_la_LDFLAGS = -module -avoid-version |