Skip to content

Commit ca2b610

Browse files
committed
Include cmake directory in distributions.
1 parent 81a6002 commit ca2b610

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile.am

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## -*- mode: Makefile-Automake -*-
22
##
3-
## Copyright (c) 2012, 2013, 2015 The University of Utah
3+
## Copyright (c) 2012, 2013, 2015, 2016 The University of Utah
44
## All rights reserved.
55
##
66
## This file is distributed under the University of Illinois Open Source
@@ -21,6 +21,7 @@ SUBDIRS = \
2121

2222
EXTRA_DIST = \
2323
CMakeLists.txt \
24+
cmake \
2425
cmake_config.h.in \
2526
git-hash.sh
2627

Makefile.in

+1
Original file line numberDiff line numberDiff line change
@@ -367,6 +367,7 @@ SUBDIRS = \
367367

368368
EXTRA_DIST = \
369369
CMakeLists.txt \
370+
cmake \
370371
cmake_config.h.in \
371372
git-hash.sh
372373

0 commit comments

Comments
 (0)