diff options
Diffstat (limited to 'xfixes/Makefile.am')
-rw-r--r-- | xfixes/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xfixes/Makefile.am b/xfixes/Makefile.am index eccdeef36..2a95c065b 100644 --- a/xfixes/Makefile.am +++ b/xfixes/Makefile.am @@ -1,5 +1,7 @@ noinst_LTLIBRARIES = libxfixes.la +AM_CFLAGS = $(DIX_CFLAGS) + libxfixes_la_SOURCES = \ cursor.c \ region.c \ |