diff options
author | Daniel Stone <daniel@fooishbar.org> | 2005-07-02 18:59:44 +0000 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2005-07-02 18:59:44 +0000 |
commit | 826a6f029faeabaa783a93dfdccca846f9326b58 (patch) | |
tree | c5169841e864ee7059997d9d6735f0d72b19b1d4 /os/Makefile.am | |
parent | e58c09d31bdf90210e2ec1ef976cea0459cdc02a (diff) |
Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.
Diffstat (limited to 'os/Makefile.am')
-rw-r--r-- | os/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/os/Makefile.am b/os/Makefile.am index 934ee55c6..30c4b56c8 100644 --- a/os/Makefile.am +++ b/os/Makefile.am @@ -1,8 +1,7 @@ noinst_LTLIBRARIES = libos.la -#ifdef HAVE_CONFIG_H -#include <config.h> -#endif +AM_CFLAGS = $(DIX_CFLAGS) + # k5auth.c \ # lbxio.c \ # rpcauth.c \ |