summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Collapse)AuthorAge
* Fix up compilation using Forte compiler. Based on patch from Ivan Noris.Glynn Foster2004-07-18
| | | | | | | | 2004-07-19 Glynn Foster <glynn.foster@sun.com> * configure.in, src/Makefile.am: Fix up compilation using Forte compiler. Based on patch from Ivan Noris. Fixes #143041.
* Enable the gdialog compatibility wrapper script.Mike Newman2003-05-27
|
* Compatibility wrapper script from Mike Newman <mikegtn@gnome.org>.Glynn Foster2003-05-19
| | | | | | | | 2003-05-19 Glynn Foster <glynn.foster@sun.com> * src/Makefile.am, src/gdialog: Compatibility wrapper script from Mike Newman <mikegtn@gnome.org>. Disabled for the present until I have a chance to review the code.
* Updates to make distcheck. Wow, this is scarey, a 1.0 release is on theGlynn Foster2003-01-14
| | | | | | | | 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.
* Add an about box. Still need to add an icon, and implement the callbacksGlynn Foster2003-01-14
| | | | | | | | | 2003-01-14 Glynn Foster <glynn.foster@sun.com> * src/Makefile.am, src/about.c, src/main.c, src/zenity.glade: Add an about box. Still need to add an icon, and implement the callbacks for Help and Credits. Extra hassle for not linking against libgnomeui. Sigh.
* Initial revisionGlynn Foster2003-01-03
bgstack15