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 /XTrap | |
parent | e58c09d31bdf90210e2ec1ef976cea0459cdc02a (diff) |
Continuing Makefile cleanup; add DIX_CFLAGS and XORG_CFLAGS everywhere.
Diffstat (limited to 'XTrap')
-rw-r--r-- | XTrap/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/XTrap/Makefile.am b/XTrap/Makefile.am index c3958bee1..1d9aeeb17 100644 --- a/XTrap/Makefile.am +++ b/XTrap/Makefile.am @@ -1,3 +1,5 @@ module_LTLIBRARIES = libxtrap.la +AM_CFLAGS = $(DIX_CFLAGS) + libxtrap_la_SOURCES = xf86XTrapModule.c xtrapddmi.c xtrapdi.c xtrapdiswp.c xtrapditbl.c |