diff options
Diffstat (limited to 'hw/kdrive/neomagic/Makefile.am')
-rw-r--r-- | hw/kdrive/neomagic/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/neomagic/Makefile.am b/hw/kdrive/neomagic/Makefile.am index 58f80c230..21fc62a50 100644 --- a/hw/kdrive/neomagic/Makefile.am +++ b/hw/kdrive/neomagic/Makefile.am @@ -12,7 +12,7 @@ INCLUDES = \ @KDRIVE_INCS@ \ $(FBDEV_INCLUDES) \ $(VESA_INCLUDES) \ - @XSERVER_CFLAGS@ + @KDRIVE_CFLAGS@ bin_PROGRAMS = Xneomagic |