From c24fdce58cf9b3b71ef0ea8ffb223f9fcdfba87a Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Tue, 30 Aug 2005 19:41:12 +0000 Subject: add some i18n headers Original commit message from CVS: add some i18n headers --- Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 6ca25afb..04d123f0 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,10 @@ EXTRA_DIST = \ DISTCLEANFILES = _stdint.h +noinst_HEADERS = \ + gst-libs/gst/gettext.h \ + gst-libs/gst/gst-i18n-plugin.h + # check that no marshal or enumtypes files are included # this in turn ensures that distcheck fails for missing .list files which is currently # shadowed when the corresponding .c and .h files are included. -- cgit