summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGlynn Foster <glynn.foster@sun.com>2003-01-14 03:16:47 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-14 03:16:47 +0000
commit15538e120d8d184962d406fee5d7bd6600d2463d (patch)
treeb3472e2b6c1e6566f25ace12a59bc89fc23638c6 /src/Makefile.am
parentf00eb34c0604dcf68457ab09278295f647c622b8 (diff)
Add an about box. Still need to add an icon, and implement the callbacks
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.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 11e0816..b96eeee 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -10,6 +10,7 @@ zenity_SOURCES = \
text.c \
progress.c \
tree.c \
+ about.c \
util.h \
util.c