diff options
author | David Reveman <davidr@novell.com> | 2007-07-31 18:02:15 -0400 |
---|---|---|
committer | David Reveman <davidr@novell.com> | 2007-07-31 18:02:15 -0400 |
commit | 30354b30496f9f3928871b1818f3eeb9c4ed684f (patch) | |
tree | 3613d7dd53091e342cc268b722359ac8910d9121 /Makefile.am | |
parent | 89254d35a40514a3f27bc63bf38c9936f5fef393 (diff) |
Add po/.intltool-merge-cache and po/stamp-it to DISTCLEANFILES
so that 'make distcheck' will pass.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 43a67d7b..1984f905 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,7 +19,9 @@ EXTRA_DIST = \ DISTCLEANFILES = \ intltool-extract \ intltool-merge \ - intltool-update + intltool-update \ + po/stamp-it \ + po/.intltool-merge-cache if USE_GCONF gconfdata = compiz-gconf.pc |