From 05cd35389168a99c16aace58e0cb90df10e1c5e2 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 8 May 2006 13:37:05 -0400 Subject: [PATCH] Make 'make distcheck' actually work. --- Makefile.am | 2 -- browser/Makefile.am | 3 ++- chat/Makefile.am | 2 ++ 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile.am b/Makefile.am index 64267cea..027fc63a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,5 @@ SUBDIRS = chat browser shell -bin_SCRIPTS = sugar - sugardir = $(pythondir)/sugar sugar_PYTHON = \ __init__.py \ diff --git a/browser/Makefile.am b/browser/Makefile.am index 9bbc3783..d55bbfab 100644 --- a/browser/Makefile.am +++ b/browser/Makefile.am @@ -17,7 +17,8 @@ $(service_DATA): $(service_in_files) Makefile EXTRA_DIST = \ $(service_in_files) \ - $(service_DATA) + $(service_DATA) \ + $(icon_DATA) DISTCLEANFILES = \ $(service_DATA) diff --git a/chat/Makefile.am b/chat/Makefile.am index b59548d3..4970d207 100644 --- a/chat/Makefile.am +++ b/chat/Makefile.am @@ -10,3 +10,5 @@ icondir = $(pkgdatadir) icon_DATA = \ bubble.png \ bubbleOutline.png + +EXTRA_DIST = $(icon_DATA)