diff options
Diffstat (limited to 'gettext-tools/examples/hello-objc-gnome')
-rwxr-xr-x | gettext-tools/examples/hello-objc-gnome/autoclean.sh | 1 | ||||
-rw-r--r-- | gettext-tools/examples/hello-objc-gnome/m4/Makefile.am | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/gettext-tools/examples/hello-objc-gnome/autoclean.sh b/gettext-tools/examples/hello-objc-gnome/autoclean.sh index e07c854..5efa49d 100755 --- a/gettext-tools/examples/hello-objc-gnome/autoclean.sh +++ b/gettext-tools/examples/hello-objc-gnome/autoclean.sh @@ -12,6 +12,7 @@ rm -f ABOUT-NLS rm -f config.rpath rm -f m4/codeset.m4 rm -f m4/gettext.m4 +rm -f m4/glibc2.m4 rm -f m4/glibc21.m4 rm -f m4/iconv.m4 rm -f m4/intdiv0.m4 diff --git a/gettext-tools/examples/hello-objc-gnome/m4/Makefile.am b/gettext-tools/examples/hello-objc-gnome/m4/Makefile.am index 14dc5db..52a0787 100644 --- a/gettext-tools/examples/hello-objc-gnome/m4/Makefile.am +++ b/gettext-tools/examples/hello-objc-gnome/m4/Makefile.am @@ -1,5 +1,5 @@ EXTRA_DIST = \ - codeset.m4 gettext.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 \ + codeset.m4 gettext.m4 glibc2.m4 glibc21.m4 iconv.m4 intdiv0.m4 inttypes.m4 \ inttypes_h.m4 inttypes-pri.m4 isc-posix.m4 lcmessage.m4 lib-ld.m4 \ lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 stdint_h.m4 uintmax_t.m4 \ ulonglong.m4 \ |