diff options
Diffstat (limited to 'dbe')
-rw-r--r-- | dbe/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbe/Makefile.am b/dbe/Makefile.am index 3a6727744..4385e199e 100644 --- a/dbe/Makefile.am +++ b/dbe/Makefile.am @@ -4,7 +4,9 @@ AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@ INCLUDES = -I$(top_srcdir)/hw/xfree86/os-support +if XORG sdk_HEADERS = dbestruct.h +endif libdbe_la_SOURCES = \ dbe.c \ |