git-svn-id: https://svn.microneil.com/svn/CodeDweller/trunk@11 d34b734f-a00e-4b39-a726-e4eeb87269abwx
| @@ -1,6 +1,11 @@ | |||
| 2009-05-27 Alban Deniz <adeniz@skidmark.localdomain> | |||
| * Makefile.am: Include Makefile.am and ChangeLog in the | |||
| distribution. | |||
| 2009-05-23 Alban Deniz <adeniz@skidmark.localdomain> | |||
| * CodeDweller/Makefile.am (noinst_HEADERS): Added faults.hpp and | |||
| * Makefile.am (noinst_HEADERS): Added faults.hpp and | |||
| mangler.hpp. | |||
| (libCodeDweller_a_SOURCES): Added mangler.cpp. | |||
| @@ -33,5 +33,9 @@ noinst_HEADERS = \ | |||
| @top_srcdir@/CodeDweller/mangler.hpp \ | |||
| @top_srcdir@/CodeDweller/timing.hpp | |||
| EXTRA_DIST = \ | |||
| Makefile.am \ | |||
| ChangeLog | |||
| clean-local: | |||
| rm -f *.gcno *.gcov *.gcda *~ | |||