Skip to content

Commit de67664

Browse files
committed
Move to git.mk
This commit replaces a static .gitignore with the excellent git.mk script.
1 parent 4eaed4c commit de67664

File tree

6 files changed

+381
-79
lines changed

6 files changed

+381
-79
lines changed

.gitignore

-60
This file was deleted.

Makefile.am

+9
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,13 @@ AM_MAKEFLAGS = --no-print-directory
22

33
SUBDIRS = src test
44

5+
MAINTAINERCLEANFILES = \
6+
$(GITIGNORE_MAINTAINERCLEANFILES_TOPLEVEL) \
7+
$(GITIGNORE_MAINTAINERCLEANFILES_MAKEFILE_IN) \
8+
m4/pkg.m4
9+
510
EXTRA_DIST = autogen.sh
11+
12+
GITIGNOREFILES = *.bin
13+
14+
-include git.mk

configure.ac

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ AM_PROG_VALAC([0.28])
1010
AM_PROG_CC_C_O
1111

1212
CFLAGS="$CFLAGS -w"
13+
AC_PROG_LN_S
14+
1315

1416
dnl ###########################################################################
1517
dnl Dependencies

0 commit comments

Comments
 (0)