~m-grant-prg/kernel-utils/trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Mark Grant
  • Date: 2018-02-10 09:29:55 UTC
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: m.grant.prg@gmail.com-20180210092955-z6cj9uozproob0g1
Tags: upstream-1.0.9-4-gd7ec16c
ImportĀ upstreamĀ versionĀ 1.0.9-4-gd7ec16c

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
#########################################################################
3
3
#                                                                       #
4
4
# Script ID: ./Makefile.am                                              #
5
 
# Author: Copyright (C) 2016-2017  Mark Grant                           #
 
5
# Author: Copyright (C) 2016-2018  Mark Grant                           #
6
6
#                                                                       #
7
7
# Released under the GPLv3 only.                                        #
8
8
# SPDX-License-Identifier: GPL-3.0                                      #
21
21
#                                                                       #
22
22
# 07/07/2016    MG      1.0.1   First release.                          #
23
23
# 08/12/2017    MG      1.0.2   Add SPDX license tags to source files.  #
 
24
# 10/02/2018    MG      1.0.3   Shorten directory names to reduce       #
 
25
#                               overall path length.                    #
 
26
#                               Add macro directory.                    #
24
27
#                                                                       #
25
28
#########################################################################
26
29
 
27
30
 
28
 
SUBDIRS = source/man/man1
29
 
SUBDIRS += source/progs/bash
 
31
ACLOCAL_AMFLAGS = -I m4
 
32
 
 
33
 
 
34
SUBDIRS = src/man/1
 
35
SUBDIRS += src/prg/bash