lemon/Makefile.am
changeset 85 3453d20a82cd
parent 58 5f1f539f912f
child 89 e6452a49192c
     1.1 --- a/lemon/Makefile.am	Tue Jan 22 10:59:14 2008 +0000
     1.2 +++ b/lemon/Makefile.am	Tue Jan 22 15:55:49 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/dim2.h \
    1.17  	lemon/maps.h \
    1.18          lemon/random.h \