From 05cd35389168a99c16aace58e0cb90df10e1c5e2 Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Mon, 08 May 2006 17:37:05 +0000 Subject: Make 'make distcheck' actually work. --- diff --git a/Makefile.am b/Makefile.am index 64267ce..027fc63 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 9bbc378..d55bbfa 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 b59548d..4970d20 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) -- cgit v0.9.1