diff -r 4ab73d92f0fb -r 3453d20a82cd lemon/Makefile.am --- a/lemon/Makefile.am Tue Jan 22 10:59:14 2008 +0000 +++ b/lemon/Makefile.am Tue Jan 22 15:55:49 2008 +0000 @@ -7,6 +7,7 @@ lib_LTLIBRARIES += lemon/libemon.la lemon_libemon_la_SOURCES = \ + lemon/arg_parser.cc \ lemon/base.cc \ lemon/random.cc @@ -15,6 +16,7 @@ lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS) lemon_HEADERS += \ + lemon/arg_parser.h \ lemon/dim2.h \ lemon/maps.h \ lemon/random.h \