~m-grant-prg/libmgec/focal

« back to all changes in this revision

Viewing changes to src/prg/c/inc/Makefile.am

  • Committer: Mark Grant
  • Date: 2020-07-17 13:56:59 UTC
  • mfrom: (1.1.58)
  • Revision ID: m.grant.prg@gmail.com-20200717135659-ic4nqlatovu32e8f
Merge new upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#########################################################################
2
2
#                                                                       #
3
3
# Script ID: src/prg/c/inc/Makefile.am                                  #
4
 
# Author: Copyright (C) 2015-2019  Mark Grant                           #
 
4
# Author: Copyright (C) 2015-2020  Mark Grant                           #
5
5
#                                                                       #
6
6
# Released under the GPLv3 only.                                        #
7
7
# SPDX-License-Identifier: GPL-3.0                                      #
32
32
# 02/01/2018    MG      1.0.10  Move to new source directory structure. #
33
33
# 09/05/2019    MG      1.0.11  Remove shebang.                         #
34
34
#                               Merge dev sub-project.                  #
 
35
# 29/06/2020    MG      1.0.12  Rename mge-general.h to mge-internal.h  #
35
36
#                                                                       #
36
37
#########################################################################
37
38
 
40
41
include_HEADERS += mgebuffer.h mge-errno.h mgememory.h mgemessage.h
41
42
include_HEADERS += libmgec.h
42
43
 
43
 
noinst_HEADERS = mge-general.h
 
44
noinst_HEADERS = mge-internal.h
44
45