Browse Source

Include Makefile.am and ChangeLog in the user tarball.


git-svn-id: https://svn.microneil.com/svn/CodeDweller/trunk@11 d34b734f-a00e-4b39-a726-e4eeb87269ab
wx
adeniz 15 years ago
parent
commit
1b8e43a071
2 changed files with 10 additions and 1 deletions
  1. 6
    1
      ChangeLog
  2. 4
    0
      Makefile.am

+ 6
- 1
ChangeLog View File

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> 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. mangler.hpp.
(libCodeDweller_a_SOURCES): Added mangler.cpp. (libCodeDweller_a_SOURCES): Added mangler.cpp.



+ 4
- 0
Makefile.am View File

@top_srcdir@/CodeDweller/mangler.hpp \ @top_srcdir@/CodeDweller/mangler.hpp \
@top_srcdir@/CodeDweller/timing.hpp @top_srcdir@/CodeDweller/timing.hpp


EXTRA_DIST = \
Makefile.am \
ChangeLog

clean-local: clean-local:
rm -f *.gcno *.gcov *.gcda *~ rm -f *.gcno *.gcov *.gcda *~

Loading…
Cancel
Save