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 /src | |
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 'src')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b96eeee2..3e0c2f3b 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,3 +27,6 @@ gladedir = $(datadir)/zenity glade_DATA = \ zenity.glade + +EXTRA_DIST = \ + $(glade_DATA) |