Changeset 1574
- Timestamp:
- 06/18/08 13:28:11 (4 months ago)
- Files:
-
- cherokee/trunk/ChangeLog (modified) (1 diff)
- cherokee/trunk/cherokee/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/ChangeLog
r1573 r1574 1 1 2008-06-18 Alvaro Lopez Ortega <alvaro@alobbs.com> 2 3 * cherokee/Makefile.am (distclean-local): It has to clean the two 4 files (loader.autoconf.h loader.autoconf.inc) that the configure 5 script is generating. 2 6 3 7 * admin/static/images/flags/Makefile.am (EXTRA_DIST): It was not cherokee/trunk/cherokee/Makefile.am
r1571 r1574 1259 1259 loader.autoconf.h \ 1260 1260 loader.autoconf.inc 1261 1262 distclean-local: 1263 $(RM) -f loader.autoconf.h loader.autoconf.inc