src/demo/Makefile.am
changeset 1322 cfc26d103bcf
parent 1296 12078ddcf065
child 1324 eca073533990
     1.1 --- a/src/demo/Makefile.am	Fri Apr 08 06:33:11 2005 +0000
     1.2 +++ b/src/demo/Makefile.am	Fri Apr 08 06:34:34 2005 +0000
     1.3 @@ -1,16 +1,20 @@
     1.4  AM_CPPFLAGS = -I$(top_srcdir)/src
     1.5 -
     1.6 +LDADD = $(top_builddir)/src/lemon/libemon.la -lglpk
     1.7  EXTRA_DIST = sub_graph_wrapper_demo.dim
     1.8  
     1.9  noinst_PROGRAMS = 	dim_to_dot 					\
    1.10  			sub_graph_wrapper_demo 				\
    1.11  			graph_to_eps_demo 				\
    1.12 +			lp_demo                                         \
    1.13  			dim_to_lgf
    1.14  
    1.15  dim_to_dot_SOURCES = dim_to_dot.cc
    1.16  
    1.17 -sub_graph_wrapper_demo_SOURCES = sub_graph_wrapper_demo.cc tight_edge_filter_map.h
    1.18 +sub_graph_wrapper_demo_SOURCES = sub_graph_wrapper_demo.cc \
    1.19 +	tight_edge_filter_map.h
    1.20  
    1.21  graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc
    1.22  
    1.23 +lp_demo_SOURCES = lp_demo.cc
    1.24 +
    1.25  dim_to_lgf_SOURCES = dim_to_lgf.cc
    1.26 \ No newline at end of file