Skip to content

Commit 0190372

Browse files
ptorrestrLaurensRietveld
authored andcommitted
include files for configure
1 parent 571e85c commit 0190372

35 files changed

+49512
-18
lines changed

.gitignore

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Others
2+
*~
13
# vim
24
*.swp
35

@@ -20,15 +22,12 @@ hdt-lib/examples/*
2022
hdt-lib/.libs
2123

2224
# Autotools
23-
build
24-
m4
25-
autom4te.cache
25+
build/config.h
26+
build/stamp-h1
27+
autom4te.cache/
2628
config.log
27-
config.h
2829
config.status
29-
configure
3030
Makefile
31-
Makefile.in
3231
aclocal.m4
3332
libtool
3433

Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
AUTOMAKE_OPTIONS = subdir-objects
22
SUBDIRS = hdt-lib
33
ACLOCAL_AMFLAGS = -I m4
4+
EXTRA_DIST = m4/gnulib-cache.m4

0 commit comments

Comments
 (0)