zenity/src/Makefile.am
Glynn Foster 5123cda5cd 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.
2003-01-14 23:40:47 +00:00

33 lines
459 B
Makefile

bin_PROGRAMS = zenity
zenity_SOURCES = \
main.c \
zenity.h \
calendar.c \
msg.c \
fileselection.c \
entry.c \
text.c \
progress.c \
tree.c \
about.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
EXTRA_DIST = \
$(glade_DATA)