]> source.dussan.org Git - tigervnc.git/commitdiff
Remove unused NO_MODULE_EXTS define
authorPierre Ossman <ossman@cendio.se>
Tue, 20 Feb 2024 12:09:08 +0000 (13:09 +0100)
committerPierre Ossman <ossman@cendio.se>
Wed, 19 Jun 2024 14:39:07 +0000 (16:39 +0200)
This has never actually been used, as far as I can tell.

unix/xserver/hw/vnc/Makefile.am

index 2d8b6b917c1cdcac186a2cee620192087de023b8..f4b5d929a35182c3415f8bb1230284ceeadbb158 100644 (file)
@@ -40,7 +40,7 @@ Xvnc_SOURCES = xvnc.c \
 # recommendation for coaxing automake.
 nodist_EXTRA_Xvnc_SOURCES = dummy.cxx
 
-Xvnc_CPPFLAGS = $(XVNC_CPPFLAGS) -DTIGERVNC -DNO_MODULE_EXTS \
+Xvnc_CPPFLAGS = $(XVNC_CPPFLAGS) -DTIGERVNC \
        -I$(TIGERVNC_BUILDDIR) \
        -I$(TIGERVNC_SRCDIR)/common \
        -I$(TIGERVNC_SRCDIR)/unix/common \