diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-30 19:41:12 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-08-30 19:41:12 +0000 |
commit | c24fdce58cf9b3b71ef0ea8ffb223f9fcdfba87a (patch) | |
tree | edbfc7ad33ebc36cfe024fbcf495b9ea5f80731b /Makefile.am | |
parent | 9c85a471e8ce5002541354642f19cb2e2334303c (diff) |
add some i18n headers
Original commit message from CVS:
add some i18n headers
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6ca25afbe..04d123f0d 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. |