demo/Makefile.am
author Peter Kovacs <kpeter@inf.elte.hu>
Tue, 08 Apr 2008 22:51:26 +0200
changeset 123 8899d1891a3c
parent 1 51eaad3a817b
child 127 1c9a9e2f7d4d
child 128 7cd965d2257f
permissions -rw-r--r--
Small improvements in maps.h
- Add a new version of constMap() function.
- Fix in FunctorToMap class.
     1 EXTRA_DIST += \
     2 	demo/Makefile
     3 
     4 if WANT_DEMO
     5 
     6 noinst_PROGRAMS += \
     7         demo/arg_parser_demo
     8 
     9 endif WANT_DEMO
    10 
    11 demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
    12