Make 'make distcheck' actually work.

This commit is contained in:
Dan Williams 2006-05-08 13:37:05 -04:00
parent 5d827e6176
commit 05cd353891
3 changed files with 4 additions and 3 deletions

View File

@ -1,7 +1,5 @@
SUBDIRS = chat browser shell SUBDIRS = chat browser shell
bin_SCRIPTS = sugar
sugardir = $(pythondir)/sugar sugardir = $(pythondir)/sugar
sugar_PYTHON = \ sugar_PYTHON = \
__init__.py \ __init__.py \

View File

@ -17,7 +17,8 @@ $(service_DATA): $(service_in_files) Makefile
EXTRA_DIST = \ EXTRA_DIST = \
$(service_in_files) \ $(service_in_files) \
$(service_DATA) $(service_DATA) \
$(icon_DATA)
DISTCLEANFILES = \ DISTCLEANFILES = \
$(service_DATA) $(service_DATA)

View File

@ -10,3 +10,5 @@ icondir = $(pkgdatadir)
icon_DATA = \ icon_DATA = \
bubble.png \ bubble.png \
bubbleOutline.png bubbleOutline.png
EXTRA_DIST = $(icon_DATA)