diff options
Diffstat (limited to 'hw/xfree86/shadowfb/Makefile.am')
-rw-r--r-- | hw/xfree86/shadowfb/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/shadowfb/Makefile.am b/hw/xfree86/shadowfb/Makefile.am index d8e2e1dc9..8316eb660 100644 --- a/hw/xfree86/shadowfb/Makefile.am +++ b/hw/xfree86/shadowfb/Makefile.am @@ -4,3 +4,5 @@ libshadowfb_la_SOURCES = sfbmodule.c shadow.c sdk_HEADERS = shadowfb.h INCLUDES = $(XORG_INCS) + +AM_CFLAGS = $(XORG_CFLAGS) |