Skip to content

Commit

Permalink
Source restructring.
Browse files Browse the repository at this point in the history
* bin/cygport.in: Functions moved from here...
* lib/*.cygpart: ...to here.
* lib/Makefile.am: Replaced.
* lib/*.cygclass: Cygclasses moved from here...
* cygclass/*.cygclass: ...to here.
* cygclass/Makefile.am: Added.
* configure.ac (AC_OUTPUT): Added cygclass/Makefile.am.
* Makefile.am (SUBDIRS): Added cygclass.
  • Loading branch information
yselkowitz committed Aug 14, 2009
1 parent a34e9ae commit ef93794
Show file tree
Hide file tree
Showing 21 changed files with 2,147 additions and 1,997 deletions.
10 changes: 8 additions & 2 deletions ChangeLog
@@ -1,8 +1,14 @@
2009-Aug-13 yselkowitz

Source restructring.
* lib/*: Moved to...
* cygclass/*: here.
* bin/cygport.in: Functions moved from here...
* lib/*.cygpart: ...to here.
* lib/Makefile.am:
* lib/*.cygclass: Cygclasses moved from here...
* cygclass/*.cygclass: ...to here.
* cygclass/Makefile.am: Added.
* configure.ac (AC_OUTPUT): Added cygclass/Makefile.am.
* Makefile.am (SUBDIRS): Added cygclass.

* configure.ac: Post-release version bump.

Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
@@ -1,4 +1,4 @@
SUBDIRS = bin cygclass data doc tests
SUBDIRS = bin lib cygclass data doc tests

EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL NEWS README TODO CYGWIN-PATCHES/README CYGWIN-PATCHES/setup.hint

Expand Down

0 comments on commit ef93794

Please sign in to comment.