lemon/Makefile.am
changeset 89 e6452a49192c
parent 69 914ffb9b3798
parent 85 3453d20a82cd
child 101 70f3967ca6eb
     1.1 --- a/lemon/Makefile.am	Sun Mar 16 07:32:43 2008 +0000
     1.2 +++ b/lemon/Makefile.am	Mon Mar 17 11:03:35 2008 +0000
     1.3 @@ -7,6 +7,7 @@
     1.4  lib_LTLIBRARIES += lemon/libemon.la
     1.5  
     1.6  lemon_libemon_la_SOURCES = \
     1.7 +        lemon/arg_parser.cc \
     1.8          lemon/base.cc \
     1.9          lemon/random.cc
    1.10  
    1.11 @@ -15,6 +16,7 @@
    1.12  lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
    1.13  
    1.14  lemon_HEADERS += \
    1.15 +        lemon/arg_parser.h \
    1.16          lemon/concept_check.h \
    1.17          lemon/dim2.h \
    1.18  	lemon/error.h \