diff options
author | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-04 23:40:09 +0000 |
---|---|---|
committer | Alexander Gottwald <alexander.gottwald@s1999.tu-chemnitz.de> | 2005-07-04 23:40:09 +0000 |
commit | 426282268bcdd0e0ca973fa79b414e9065fbfd9d (patch) | |
tree | 74475ddedbd8a01ff2d315c66fdffe7b59156162 /hw/xwin/Makefile.am | |
parent | 845a0ac68b02148db6f2cca81debf20b2331607b (diff) |
Build miinitext.c and fbcmap.c as DDX specific files
Do not define _POSIX_SOURCE on cygwin.
Diffstat (limited to 'hw/xwin/Makefile.am')
-rw-r--r-- | hw/xwin/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xwin/Makefile.am b/hw/xwin/Makefile.am index 7bbbf0fd7..97ca53fbb 100644 --- a/hw/xwin/Makefile.am +++ b/hw/xwin/Makefile.am @@ -105,6 +105,8 @@ SRCS = InitInput.c \ winwakeup.c \ winwindow.c \ winwndproc.c \ + $(top_srcdir)/mi/miinitext.c \ + $(top_srcdir)/fb/fbcmap.c \ $(SRCS_CLIPBOARD) \ $(SRCS_GLX_WINDOWS) \ $(SRCS_MULTIWINDOW) \ |