summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorGlynn Foster <gman@src.gnome.org>2003-01-03 13:26:04 +0000
committerGlynn Foster <gman@src.gnome.org>2003-01-03 13:26:04 +0000
commit48c1564ac5ef431e9111606e40488d04a96f3059 (patch)
tree85ae5d577ecfd41f8692fedc15d50bfe9cbd5b15 /src/Makefile.am
Initial revision
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am28
1 files changed, 28 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644
index 0000000..11e0816
--- /dev/null
+++ b/src/Makefile.am
@@ -0,0 +1,28 @@
+bin_PROGRAMS = zenity
+
+zenity_SOURCES = \
+ main.c \
+ zenity.h \
+ calendar.c \
+ msg.c \
+ fileselection.c \
+ entry.c \
+ text.c \
+ progress.c \
+ tree.c \
+ util.h \
+ util.c
+
+INCLUDES = \
+ $(ZENITY_CFLAGS) \
+ -I$(includedir) \
+ -DGNOMELOCALEDIR=\""$(zenitylocaledir)"\" \
+ -DZENITY_DATADIR=\""$(datadir)/zenity"\"
+
+zenity_LDADD = \
+ $(ZENITY_LIBS)
+
+gladedir = $(datadir)/zenity
+
+glade_DATA = \
+ zenity.glade