Add miext/damage so misym.c can export DamageDamageRegion.

This commit is contained in:
Aaron Plattner 2005-10-18 04:03:01 +00:00
parent 959db6028d
commit fb282ef43a
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-10-17 Aaron Plattner <aplattner@nvidia.com>
* hw/xfree86/loader/Makefile.am:
Add miext/damage so misym.c can export DamageDamageRegion.
2005-10-17 Adam Jackson <ajax@freedesktop.org>
* hw/xfree86/utils/xorgcfg/Makefile.am:

View File

@ -3,7 +3,8 @@ INCLUDES = $(XORG_INCS) -I$(srcdir)/../parser -I$(srcdir)/../vbe \
-I$(srcdir)/../ddc -I$(srcdir)/../int10 -I$(srcdir)/../i2c \
-I$(srcdir)/../fbdevhw -I$(srcdir)/../scanpci -I$(srcdir)/../xaa \
-I$(srcdir)/../vgahw -I$(srcdir)/../ramdac -I$(srcdir)/../shadowfb \
-I$(srcdir)/../dixmods/extmod -I$(srcdir)/../../../miext/cw
-I$(srcdir)/../dixmods/extmod -I$(srcdir)/../../../miext/cw \
-I$(srcdir)/../../../miext/damage
#AM_LDFLAGS = -r
AM_CFLAGS = -DIN_LOADER $(XORG_CFLAGS)