------------------------------------------------------------ revno: 936 committer: Roger Martin <[email protected]> branch nick: aikiframework timestamp: Sun 2011-11-13 22:42:33 +0100 message: correcting installation modified: configure.ac src/libs/Makefile.am third-party/Makefile.am
-- lp:aikiframework https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk Your team Aiki Framework Developers is subscribed to branch lp:aikiframework. To unsubscribe from this branch go to https://code.launchpad.net/~aikiframework-devel/aikiframework/trunk/+edit-subscription
=== modified file 'configure.ac' --- configure.ac 2011-11-08 13:42:45 +0000 +++ configure.ac 2011-11-13 21:42:33 +0000 @@ -623,10 +623,6 @@ rpm/SPECS/aiki.spec:rpm/spec.in \ rpm/Makefile \ third-party/Makefile \ - third-party/codemirror/Makefile \ - third-party/codemirror/css/Makefile \ - third-party/codemirror/js/Makefile \ - third-party/ezsql/Makefile \ third-party/jquery/Makefile \ third-party/jquery-form/Makefile \ third-party/jquery-jstree/Makefile \ @@ -639,8 +635,6 @@ third-party/jquery-ui/css/smoothness/Makefile \ third-party/jquery-ui/css/smoothness/images/Makefile \ third-party/jquery-xslt/Makefile \ - third-party/plupload/Makefile \ - third-party/plupload/img/Makefile \ third-party/sarissa/Makefile \ ]) === modified file 'src/libs/Makefile.am' --- src/libs/Makefile.am 2011-11-08 13:42:45 +0000 +++ src/libs/Makefile.am 2011-11-13 21:42:33 +0000 @@ -72,7 +72,7 @@ DIST_SUBDIRS = \ archive \ backup \ - classes \ + classes \ database \ file \ session \ === modified file 'third-party/Makefile.am' --- third-party/Makefile.am 2011-11-08 13:42:45 +0000 +++ third-party/Makefile.am 2011-11-13 21:42:33 +0000 @@ -22,28 +22,22 @@ # Subdirectories to be built SUBDIRS = \ - codemirror \ - ezsql \ jquery \ jquery-form \ jquery-jstree \ jquery-layout \ jquery-ui \ jquery-xslt \ - plupload \ sarissa # Subdirectories to distribute DIST_SUBDIRS = \ - codemirror \ - ezsql \ jquery \ jquery-form \ jquery-jstree \ jquery-layout \ jquery-ui \ jquery-xslt \ - plupload \ sarissa # Additional files to distribute
_______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

