last-svn-commit-155-g6fb5356 Add new Makefiles in Scribo demo directories.

* Makefile.am, * demo/Makefile.am: Add new Makefiles. --- scribo/ChangeLog | 7 +++++++ scribo/Makefile.am | 2 +- scribo/{tests/toolchain => demo}/Makefile.am | 5 +---- 3 files changed, 9 insertions(+), 5 deletions(-) copy scribo/{tests/toolchain => demo}/Makefile.am (91%) diff --git a/scribo/ChangeLog b/scribo/ChangeLog index cb7d9b0..b276525 100644 --- a/scribo/ChangeLog +++ b/scribo/ChangeLog @@ -1,5 +1,12 @@ 2010-06-15 Guillaume Lazzara <z@lrde.epita.fr> + Add new Makefiles in Scribo demo directories. + + * Makefile.am, + * demo/Makefile.am: Add new Makefiles. + +2010-06-15 Guillaume Lazzara <z@lrde.epita.fr> + * primitive/extract/components.hh: Use labeling::value_and_compute. 2010-06-15 Guillaume Lazzara <z@lrde.epita.fr> diff --git a/scribo/Makefile.am b/scribo/Makefile.am index 3fb05fd..ff8f5a0 100644 --- a/scribo/Makefile.am +++ b/scribo/Makefile.am @@ -16,7 +16,7 @@ ## Process this file through Automake to create Makefile.in. -SUBDIRS = tests src +SUBDIRS = demo tests src .PHONY: bin diff --git a/scribo/tests/toolchain/Makefile.am b/scribo/demo/Makefile.am similarity index 91% copy from scribo/tests/toolchain/Makefile.am copy to scribo/demo/Makefile.am index 826fb86..4db20cd 100644 --- a/scribo/tests/toolchain/Makefile.am +++ b/scribo/demo/Makefile.am @@ -13,11 +13,8 @@ # # You should have received a copy of the GNU General Public License # along with Olena. If not, see <http://www.gnu.org/licenses/>. -# ## Process this file through Automake to create Makefile.in. -include $(top_srcdir)/scribo/tests/tests.mk +SUBDIRS = review viewer -SUBDIRS = \ - nepomuk \ No newline at end of file -- 1.5.6.5
participants (1)
-
Guillaume Lazzara