diff options
Diffstat (limited to 'dix/Makefile.am')
-rw-r--r-- | dix/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dix/Makefile.am b/dix/Makefile.am index 02b04f574..ba65c2909 100644 --- a/dix/Makefile.am +++ b/dix/Makefile.am @@ -1,5 +1,7 @@ noinst_LTLIBRARIES = libdix.la libxpstubs.la +AM_CFLAGS = $(DIX_CFLAGS) + libdix_la_SOURCES = \ atom.c \ colormap.c \ |