diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-27 14:33:31 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-11-27 14:33:31 +0000 |
commit | bf6086c4c7b837e1cacbedf2798d0dcbf922c572 (patch) | |
tree | 08c2162aac48f26fd9cf01fa80e7642966607bda /Makefile.am | |
parent | 587973e783dd543accbf511fc2afe37c420bdf3a (diff) |
add ACLOCAL_AMFLAGS; remove old stuff from spec changelog
Original commit message from CVS:
add ACLOCAL_AMFLAGS; remove old stuff from spec changelog
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index fab77c84d..171c1d297 100644 --- a/Makefile.am +++ b/Makefile.am @@ -39,6 +39,8 @@ noinst_HEADERS = \ gst-libs/gst/gettext.h \ gst-libs/gst/gst-i18n-plugin.h +ACLOCAL_AMFLAGS = -I m4 -I common/m4 + include $(top_srcdir)/common/release.mak # include $(top_srcdir)/common/po.mak |