8.2-STABLE however the failure was ignored by 8.2's make). Assume maintainership. Approved by: Mikhail Tsatsenko <m.tsatsenko@gmail.com> (Maintainer)
18 lines
540 B
Text
18 lines
540 B
Text
--- xc/programs/Xserver/vnc/Imakefile.orig 2008-10-14 06:28:36.000000000 -0700
|
|
+++ xc/programs/Xserver/vnc/Imakefile 2011-05-19 22:16:59.424818247 -0700
|
|
@@ -7,15 +7,8 @@
|
|
|
|
#define CplusplusSource
|
|
|
|
-#if DoLoadableServer
|
|
-#define IHaveSubdirs
|
|
-#endif
|
|
-
|
|
#include <Server.tmpl>
|
|
|
|
-#if DoLoadableServer
|
|
- MODULE_SUBDIRS = module
|
|
-#endif
|
|
SRCS = vncExtInit.cc vncHooks.cc XserverDesktop.cc
|
|
OBJS = vncExtInit.o vncHooks.o XserverDesktop.o
|
|
INCLUDES = -I../include -I$(EXTINCSRC) -I$(XINCLUDESRC) -I$(FONTINCSRC) \
|