diff options
author | Glynn Foster <glynn.foster@sun.com> | 2003-01-14 23:40:47 +0000 |
---|---|---|
committer | Glynn Foster <gman@src.gnome.org> | 2003-01-14 23:40:47 +0000 |
commit | 5123cda5cd32333d9e5c1b4e5e769273c667ea71 (patch) | |
tree | 386e830303b1938aef5de532beee327fd2991214 /Makefile.am | |
parent | As if this hunk of junk will ever get translated. Oh well. (diff) | |
download | zenity-5123cda5cd32333d9e5c1b4e5e769273c667ea71.tar.gz zenity-5123cda5cd32333d9e5c1b4e5e769273c667ea71.tar.bz2 zenity-5123cda5cd32333d9e5c1b4e5e769273c667ea71.zip |
Updates to make distcheck. Wow, this is scarey, a 1.0 release is on the
2003-01-14 Glynn Foster <glynn.foster@sun.com>
* Makefile.am, src/Makefile.am: Updates to make
distcheck. Wow, this is scarey, a 1.0 release is on the
horizon. Applications like this shouldn't reach 1.0.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b1aa066c..2cb5ad71 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,15 @@ SUBDIRS = \ src \ + po \ data + +EXTRA_DIST = \ + intltool-extract.in \ + intltool-merge.in \ + intltool-update.in \ + COPYING \ + HACKING \ + ChangeLog \ + NEWS \ + README \ + AUTHORS |