demo/Makefile.am
changeset 127 1c9a9e2f7d4d
parent 85 3453d20a82cd
child 135 6e7aee618f03
     1.1 --- a/demo/Makefile.am	Mon Apr 14 10:46:41 2008 +0200
     1.2 +++ b/demo/Makefile.am	Thu Apr 17 15:18:45 2008 +0100
     1.3 @@ -4,9 +4,11 @@
     1.4  if WANT_DEMO
     1.5  
     1.6  noinst_PROGRAMS += \
     1.7 -        demo/arg_parser_demo
     1.8 +        demo/arg_parser_demo \
     1.9 +	demo/lgf_demo
    1.10  
    1.11  endif WANT_DEMO
    1.12  
    1.13  demo_arg_parser_demo_SOURCES = demo/arg_parser_demo.cc
    1.14 +demo_lgf_demo_SOURCES = demo/lgf_demo.cc
    1.15