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

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Mark Grant
  • Date: 2022-08-05 08:11:34 UTC
  • mfrom: (0.1.4)
  • Revision ID: m.grant.prg@gmail.com-20220805081134-k7yxnobv8ge45p6u
Merge new upstream development release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
# Date          Author  Version Description                             #
20
20
#                                                                       #
21
21
# 30/05/2022    MG      1.0.1   First release.                          #
 
22
# 04/08/2022    MG      1.0.2   Add new config file build.              #
22
23
#                                                                       #
23
24
#########################################################################
24
25
 
29
30
AM_DISTCHECK_CONFIGURE_FLAGS =
30
31
 
31
32
 
32
 
SUBDIRS = src/man/1
 
33
SUBDIRS = src/conf/etc
 
34
SUBDIRS += src/man/1
33
35
SUBDIRS += src/prg/bash
34
36
 
35
37