lemon/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Tue, 18 Dec 2007 11:06:37 +0000
changeset 2 1a1c050e941b
parent 1 51eaad3a817b
child 7 4d461e9867da
permissions -rw-r--r--
More fixes that make autotools working for the empty repo

- Add a dummy lemon/list_graph.h file and put it in the Makefile.am
- Remove the unnecesary icons from doc/icons/geom folder.
- Update .hgignore
     1 EXTRA_DIST += \
     2 	lemon/Makefile \
     3 	lemon/lemon.pc.in
     4 
     5 pkgconfig_DATA += lemon/lemon.pc
     6 
     7 lib_LTLIBRARIES += lemon/libemon.la
     8 
     9 lemon_libemon_la_SOURCES =
    10 
    11 lemon_libemon_la_CXXFLAGS = $(GLPK_CFLAGS) $(CPLEX_CFLAGS) $(SOPLEX_CXXFLAGS)
    12 lemon_libemon_la_LDFLAGS = $(GLPK_LIBS) $(CPLEX_LIBS) $(SOPLEX_LIBS)
    13 
    14 lemon_HEADERS += \
    15 	lemon/list_graph.h
    16 
    17 bits_HEADERS +=
    18 
    19 concept_HEADERS +=