diff options
Diffstat (limited to 'm4/Makefile.am')
-rw-r--r-- | m4/Makefile.am | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/m4/Makefile.am b/m4/Makefile.am new file mode 100644 index 0000000..b037d1e --- /dev/null +++ b/m4/Makefile.am @@ -0,0 +1,33 @@ +GETTEXT_M4 = \ + codeset.m4 \ + gettext.m4 \ + glibc21.m4 \ + iconv.m4 \ + intdiv0.m4 \ + inttypes_h.m4 \ + inttypes-pri.m4 \ + lcmessage.m4 \ + lib-ld.m4 \ + lib-link.m4 \ + lib-prefix.m4 \ + lrintf.m4 \ + lrint.m4 \ + progtest.m4 \ + stdint_h.m4 \ + uintmax_t.m4 + +EXTRA_DIST = \ + a52.m4 \ + aalib.m4 \ + as-liblame.m4 \ + as-slurp-ffmpeg.m4 \ + check-libheader.m4 \ + freetype2.m4 \ + glib.m4 \ + gst-fionread.m4 \ + gst-sdl.m4 \ + gst-shout2.m4 \ + gst-sid.m4 \ + gtk.m4 \ + libfame.m4 \ + libmikmod.m4 |