summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBerislav Kovacki <pantokrator@pantokrator.net>2010-02-23 18:24:20 +0000
committerLucas Rocha <lucasr@litl.com>2010-02-23 18:25:21 +0000
commit4ccc7f6fac79a189e0c0c4896bb2f0f38d38d7c7 (patch)
tree39cdd77c84879fe9c23768bd0d0d186149e4b135 /src/Makefile.am
parentBug 593926 - --progress needs a --nocancel option (diff)
downloadzenity-4ccc7f6fac79a189e0c0c4896bb2f0f38d38d7c7.tar.gz
zenity-4ccc7f6fac79a189e0c0c4896bb2f0f38d38d7c7.tar.bz2
zenity-4ccc7f6fac79a189e0c0c4896bb2f0f38d38d7c7.zip
Bug 540169 - Zenity should offer color selection dialog
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 30f7ccd3..dbd672d0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -16,6 +16,7 @@ zenity_SOURCES = \
scale.c \
text.c \
tree.c \
+ color.c \
util.c \
util.h \
zenity.h
bgstack15