gravatar
ladanyi@tmit.bme.hu
ladanyi@tmit.bme.hu
Include CMake related files in the tarball.
0 2 0
default
2 files changed with 4 insertions and 2 deletions:
↑ Collapse diff ↑
Ignore white space 12 line context
... ...
@@ -5,13 +5,14 @@
5 5

	
6 6
EXTRA_DIST = \
7 7
	LICENSE \
8 8
	m4/lx_check_cplex.m4 \
9 9
	m4/lx_check_glpk.m4 \
10 10
	m4/lx_check_soplex.m4 \
11
	CMakeLists.txt
11
	CMakeLists.txt \
12
	cmake
12 13

	
13 14
pkgconfigdir = $(libdir)/pkgconfig
14 15
lemondir = $(pkgincludedir)
15 16
bitsdir = $(lemondir)/bits
16 17
conceptdir = $(lemondir)/concepts
17 18
pkgconfig_DATA =
Ignore white space 6 line context
... ...
@@ -4,13 +4,14 @@
4 4
	doc/dirs.dox \
5 5
	doc/groups.dox \
6 6
	doc/lgf.dox \
7 7
	doc/license.dox \
8 8
	doc/mainpage.dox \
9 9
	doc/namespaces.dox \
10
	doc/html
10
	doc/html \
11
	doc/CMakeLists.txt
11 12

	
12 13
DOC_EPS_IMAGES18 = \
13 14
	nodeshape_0.eps \
14 15
	nodeshape_1.eps \
15 16
	nodeshape_2.eps \
16 17
	nodeshape_3.eps \
0 comments (0 inline)