diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-15 19:53:37 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-08-15 19:53:37 +0000 |
commit | 7c9a7b7fb4955cef87cd4403c0f36b5f1a84d9c9 (patch) | |
tree | 35bbd79317e28d330bb1200cb3ae6dc40be88b86 /Makefile.am | |
parent | 9161e0233a932f88a79d228f538565c48dba58d4 (diff) |
Move RAWCPP macro to xorg-macros.m4 so other modules can use it Add check
for whether or not RAWCPP needs -traditional instead of hardcoding it,
so non-gcc cpp's can be used
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index be3db32..87463d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -20,6 +20,6 @@ # CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. aclocaldir = $(datadir)/aclocal -aclocal_DATA = xorgversion.m4 +aclocal_DATA = xorgversion.m4 xorg-macros.m4 EXTRA_DIST = $(aclocal_DATA) |