diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-12-27 08:29:50 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-12-27 08:29:50 +0000 |
commit | 7fd73d2953cf9449c15462cf4bf67639db64f997 (patch) | |
tree | 51ef8c81f7e98bbb8ab7b8b9a4912ec6db0d62d6 /hw/kdrive/pm2/Makefile.am | |
parent | 2f3ac6e5fcbd0e954a094fb6b975d7c8816c44b7 (diff) |
Build fixes: XSERVER_LIBS -> KDRIVE_LIBS, config.h -> kdrive-config.h
Diffstat (limited to 'hw/kdrive/pm2/Makefile.am')
-rw-r--r-- | hw/kdrive/pm2/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/pm2/Makefile.am b/hw/kdrive/pm2/Makefile.am index 4c1920467..aca476094 100644 --- a/hw/kdrive/pm2/Makefile.am +++ b/hw/kdrive/pm2/Makefile.am @@ -1,7 +1,7 @@ INCLUDES = \ @KDRIVE_INCS@ \ -I$(top_srcdir)/hw/kdrive/vesa \ - @XSERVER_CFLAGS@ + @KDRIVE_CFLAGS@ bin_PROGRAMS = Xpm2 |