~m-grant-prg/libmgec/trunk

« back to all changes in this revision

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

  • Committer: Mark Grant
  • Date: 2018-04-15 13:44:14 UTC
  • mto: This revision was merged to the branch mainline in revision 35.
  • Revision ID: m.grant.prg@gmail.com-20180415134414-za5xeeausz8jx3r8
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
# 10/12/2017    MG      1.0.13  Add SPDX license tags to source files.  #
43
43
# 02/01/2018    MG      1.0.14  Move to new source directory structure. #
44
44
# 09/01/2018    MG      1.0.15  Correct usage of config.h               #
 
45
# 26/03/2018    MG      1.0.16  Add support for sparse.                 #
45
46
#                                                                       #
46
47
#########################################################################
47
48
 
59
60
AM_CFLAGS += -O2
60
61
endif
61
62
 
 
63
if SPARSE
 
64
AM_CFLAGS += -Wsparse-all
 
65
endif
 
66
 
62
67
 
63
68
noinst_HEADERS = listsandsorts/internal.h
64
69