add a makefile so i can put stuff into the make dist
This commit is contained in:
parent
1052ca3f74
commit
6923e53751
2 changed files with 22 additions and 0 deletions
|
@ -15,3 +15,5 @@ progtest.m4
|
|||
stdint_h.m4
|
||||
uintmax_t.m4
|
||||
ulonglong.m4
|
||||
Makefile
|
||||
Makefile.in
|
||||
|
|
20
m4/Makefile.am
Normal file
20
m4/Makefile.am
Normal file
|
@ -0,0 +1,20 @@
|
|||
EXTRA_DIST=\
|
||||
codeset.m4 \
|
||||
gettext.m4 \
|
||||
glibc21.m4 \
|
||||
iconv.m4 \
|
||||
intdiv0.m4 \
|
||||
inttypes-pri.m4 \
|
||||
inttypes.m4 \
|
||||
inttypes_h.m4 \
|
||||
isc-posix.m4 \
|
||||
lcmessage.m4 \
|
||||
lib-ld.m4 \
|
||||
lib-link.m4 \
|
||||
lib-prefix.m4 \
|
||||
progtest.m4 \
|
||||
stdint_h.m4 \
|
||||
uintmax_t.m4 \
|
||||
ulonglong.m4 \
|
||||
openbox.m4 \
|
||||
x11.m4
|
Loading…
Reference in a new issue