瀏覽代碼

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 年之前
父節點
當前提交
1b8e43a071
共有 2 個文件被更改,包括 10 次插入1 次删除
  1. 6
    1
      ChangeLog
  2. 4
    0
      Makefile.am

+ 6
- 1
ChangeLog 查看文件

@@ -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.


+ 4
- 0
Makefile.am 查看文件

@@ -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 *~

Loading…
取消
儲存