diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-16 17:16:05 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2005-07-16 17:16:05 +0000 |
commit | a4bcc238c730ebadb8c3c67763771bfbefed0879 (patch) | |
tree | 125d69be397bf25b1262f638f94a920cd27a6ea9 /Makefile.am | |
parent | 80d8b6affb2ee823cf18a368ab33535cb1cf1721 (diff) |
Fix app-defaults rule in Makefile.am to work with non-GNU make Add checks
for strlcat, xkb, xft2, render, xkb Add --with-* options for XKB &
Xft2/Render (enabled by default)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 42a74e0..3d99d65 100644 --- a/Makefile.am +++ b/Makefile.am @@ -42,8 +42,9 @@ APPDEFAULTFILES = \ XClk-col \ XClock +SUFFIXES = .ad -$(APPDEFAULTFILES): %: %.ad +.ad: cp $< $@ appdefault_DATA = $(APPDEFAULTFILES) |