diff options
author | Kibum Kim <kb0929.kim@samsung.com> | 2012-01-07 00:46:38 +0900 |
---|---|---|
committer | Kibum Kim <kb0929.kim@samsung.com> | 2012-01-07 00:46:38 +0900 |
commit | f5660c6460a863b19f9ef745575780e37cc192a9 (patch) | |
tree | 0b478679da32d706de7b0de546d2e4daf03b160c /m4/Makefile.am | |
parent | 06b9124a4f9d38acc78e6af686bc49a06f6354f8 (diff) | |
download | gnupg-master.tar.gz gnupg-master.tar.bz2 gnupg-master.zip |
Diffstat (limited to 'm4/Makefile.am')
-rw-r--r-- | m4/Makefile.am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am new file mode 100644 index 0000000..93bed4a --- /dev/null +++ b/m4/Makefile.am @@ -0,0 +1,11 @@ +EXTRA_DIST = intmax.m4 longdouble.m4 longlong.m4 printf-posix.m4 \ + signed.m4 size_max.m4 wchar_t.m4 wint_t.m4 xsize.m4 \ + codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 \ + inttypes.m4 inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 \ + lcmessage.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 \ + po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 ulonglong.m4 \ + readline.m4 libcurl.m4 libusb.m4 tar-ustar.m4 \ + ldap.m4 \ + noexecstack.m4 autobuild.m4 + + |