Ignore:
Timestamp:
May 18, 2010, 3:18:24 PM (16 years ago)
Author:
Frederik Heber <heber@…>
Children:
06f141
Parents:
5fa7c5
Message:

Actions put into libMolecuilderActions, UIElements into libMolecuilderUI

  • due to great number of Actions it is sensible to put them into their own library
  • this is advantageous overall, but right now especially as all the unit tests do not depend on this lib.
  • it was also needed as Actions depend on UIElements and to resolve to correct ordering, UIElements have to be available before the libMolecuilderActions is aded (if compiled into libmolecuilder it is appended after!)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/Makefile.am

    r5fa7c5 r7a6fd9  
    11ACLOCAL_AMFLAGS = -I m4
    2 SUBDIRS = src src/unittests doc tests
     2SUBDIRS = src src/Actions src/unittests doc tests
    33
    44EXTRA_DIST = autogen.sh
Note: See TracChangeset for help on using the changeset viewer.