summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2005-08-30 19:41:12 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2005-08-30 19:41:12 +0000
commitc24fdce58cf9b3b71ef0ea8ffb223f9fcdfba87a (patch)
treeedbfc7ad33ebc36cfe024fbcf495b9ea5f80731b /Makefile.am
parent9c85a471e8ce5002541354642f19cb2e2334303c (diff)
add some i18n headers
Original commit message from CVS: add some i18n headers
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
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.