diff -r 8161012eaa61 -r e6452a49192c lemon/Makefile.am --- a/lemon/Makefile.am Sun Mar 16 07:32:43 2008 +0000 +++ b/lemon/Makefile.am Mon Mar 17 11:03:35 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/concept_check.h \ lemon/dim2.h \ lemon/error.h \