Summary: | make clean should remove cairo.def | ||
---|---|---|---|
Product: | cairo | Reporter: | John Steele Scott (t-tec) <john> |
Component: | win32 backend | Assignee: | Owen Taylor <otaylor> |
Status: | RESOLVED FIXED | QA Contact: | cairo-bugs mailing list <cairo-bugs> |
Severity: | minor | ||
Priority: | high | CC: | ryan.reich |
Version: | 1.1.6 | ||
Hardware: | x86 (IA32) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
John Steele Scott (t-tec)
2006-05-30 10:44:41 UTC
Agreed. Trivial patch: diff --git a/src/Makefile.am b/src/Makefile.am index c982244..2141113 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -233,3 +233,5 @@ install-data-local: echo "****************************************************************" ; \ false ; \ fi + +CLEANFILES = cairo.def I'm pushing this fix out now. Behdad, What's the rationale for burying a useful patch here in bugzilla instead of just pushing it out into cairo? Please feel free to push obvious fixes like this straight out. -Carl Carl: gitophobia. *** Bug 7277 has been marked as a duplicate of this bug. *** Sorry, ignore the duplicate, it was a typo. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.