# HG changeset patch
# User Akos Ladanyi <ladanyi@tmit.bme.hu>
# Date 1240940729 -3600
# Node ID e90b4df7a03558bbdb6548f33607ecee3a3bd212
# Parent 586b65073025e0d8c88121bd976b69d1b618fb01
Do not distribute lemon/config.h (#280)
diff --git a/lemon/Makefile.am b/lemon/Makefile.am
a
|
b
|
|
51 | 51 | lemon_libemon_la_SOURCES += lemon/cbc.cc |
52 | 52 | endif |
53 | 53 | |
| 54 | nodist_lemon_HEADERS = lemon/config.h |
| 55 | |
54 | 56 | lemon_HEADERS += \ |
55 | 57 | lemon/adaptors.h \ |
56 | 58 | lemon/arg_parser.h \ |
… |
… |
|
61 | 63 | lemon/clp.h \ |
62 | 64 | lemon/color.h \ |
63 | 65 | lemon/concept_check.h \ |
64 | | lemon/config.h \ |
65 | 66 | lemon/connectivity.h \ |
66 | 67 | lemon/counter.h \ |
67 | 68 | lemon/core.h \ |