diff options
-rw-r--r-- | src/.cvsignore | 1 | ||||
-rw-r--r-- | src/ChangeLog | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/.cvsignore b/src/.cvsignore new file mode 100644 index 0000000..70845e0 --- /dev/null +++ b/src/.cvsignore @@ -0,0 +1 @@ +Makefile.in diff --git a/src/ChangeLog b/src/ChangeLog index 0e65c29..cf6aa19 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2003-02-17 Neal H. Walfield <[email protected]> + * .cvsignore: New file. + +2003-02-17 Neal H. Walfield <[email protected]> + * Makefile.am (lib_LIBRARIES): Use this instead of . . . (noinst_LIBRARIES): . . . this. (include_HEADERS): New variable. |