From e3785dbcf892f9c505d3f04c577384c65bc0cc1e Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 20 Feb 2024 13:09:08 +0100 Subject: [PATCH] Remove unused NO_MODULE_EXTS define This has never actually been used, as far as I can tell. --- unix/xserver/hw/vnc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/xserver/hw/vnc/Makefile.am b/unix/xserver/hw/vnc/Makefile.am index 2d8b6b91..f4b5d929 100644 --- a/unix/xserver/hw/vnc/Makefile.am +++ b/unix/xserver/hw/vnc/Makefile.am @@ -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 \ -- 2.39.5