summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--Makefile.am12
-rw-r--r--src/Makefile.am3
3 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 044e6ac..9d7454f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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 Glynn Foster <glynn.foster@sun.com>
+
* configure.in: Update to add new gconf requirement.
* src/zenity.h, src/about.c: Hurray for a new about box,
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)