diff options
author | marha <marha@users.sourceforge.net> | 2011-01-18 15:28:20 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-18 15:28:20 +0000 |
commit | 9d9a6fe500f361ad16c24441810bd9d00cf1727f (patch) | |
tree | 775ccedf517a9ee62a48532147bb0d0b153ae584 /libXt/src/makefile | |
parent | 6efdcd7c1aa11b83b63640440af79f78f52ed0da (diff) | |
download | vcxsrv-9d9a6fe500f361ad16c24441810bd9d00cf1727f.tar.gz vcxsrv-9d9a6fe500f361ad16c24441810bd9d00cf1727f.tar.bz2 vcxsrv-9d9a6fe500f361ad16c24441810bd9d00cf1727f.zip |
Search for XtErrorDB in current directory
Diffstat (limited to 'libXt/src/makefile')
-rw-r--r-- | libXt/src/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libXt/src/makefile b/libXt/src/makefile index 37c59147c..76441250c 100644 --- a/libXt/src/makefile +++ b/libXt/src/makefile @@ -2,7 +2,7 @@ LIBRARY = libXt INCLUDES := .. ../include ../include/X11 $(INCLUDES) -DEFINES += XT_NO_SM +DEFINES += XT_NO_SM ERRORDB="""XtErrorDB""" CSRCS = \ ActionHook.c \ |