diff options
author | Kevin E Martin <kem@kem.org> | 2005-12-02 06:02:45 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2005-12-02 06:02:45 +0000 |
commit | 7c00afd0ec94e491f1a9ef32d6543ed51ea3319d (patch) | |
tree | ec85c667f59b7afcc9e263273552d4eba3e05632 /mi/Makefile.am | |
parent | 924518605b613eb66aa569877fa9f131e6f2a2fd (diff) |
Define XFree86Server only where it is required.
Diffstat (limited to 'mi/Makefile.am')
-rw-r--r-- | mi/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mi/Makefile.am b/mi/Makefile.am index add2eb6f4..5d614bf7d 100644 --- a/mi/Makefile.am +++ b/mi/Makefile.am @@ -4,7 +4,7 @@ sdk_HEADERS = mibank.h micmap.h miline.h mipointer.h mi.h mibstore.h \ migc.h mipointrst.h mizerarc.h micoord.h mifillarc.h \ mispans.h miwideline.h mistruct.h mifpoly.h -AM_CFLAGS = $(DIX_CFLAGS) @LOADER_DEFINES@ +AM_CFLAGS = $(DIX_CFLAGS) @SERVER_DEFINES@ @LOADER_DEFINES@ # libminimi is for dmx - it has different defines for miinitext.c libminimi_la_SOURCES = \ |