From 5123cda5cd32333d9e5c1b4e5e769273c667ea71 Mon Sep 17 00:00:00 2001 From: Glynn Foster Date: Tue, 14 Jan 2003 23:40:47 +0000 Subject: Updates to make distcheck. Wow, this is scarey, a 1.0 release is on the 2003-01-14 Glynn Foster * 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. --- ChangeLog | 6 ++++++ Makefile.am | 12 ++++++++++++ src/Makefile.am | 3 +++ 3 files changed, 21 insertions(+) diff --git a/ChangeLog b/ChangeLog index 044e6ac..9d7454f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2003-01-14 Glynn Foster + + * 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 Glynn Foster * configure.in: Update to add new gconf requirement. diff --git a/Makefile.am b/Makefile.am index b1aa066..2cb5ad7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,15 @@ SUBDIRS = \ src \ + po \ data + +EXTRA_DIST = \ + intltool-extract.in \ + intltool-merge.in \ + intltool-update.in \ + COPYING \ + HACKING \ + ChangeLog \ + NEWS \ + README \ + AUTHORS diff --git a/src/Makefile.am b/src/Makefile.am index b96eeee..3e0c2f3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -27,3 +27,6 @@ gladedir = $(datadir)/zenity glade_DATA = \ zenity.glade + +EXTRA_DIST = \ + $(glade_DATA) -- cgit v1.2.3-2-g168b