argh, distcheck hates me

svn path=/trunk/gtk-sharp/; revision=32962
This commit is contained in:
John Luke 2004-08-28 03:41:22 +00:00
parent 9bc5a874e3
commit 35e772eef9

View File

@ -4,7 +4,7 @@ TARGETS = GtkDemo.exe
CLEANFILES = $(TARGETS)
noinst_SCRIPTS = $(TARGETS)
EXTRA_DIST = $(sources)
EXTRA_DIST = $(sources) $(image_names)
sources = \
DemoApplicationWindow.cs \
@ -41,6 +41,21 @@ images = \
images/gtk-logo-rgb.gif,gtk-logo-rgb.gif \
images/floppybuddy.gif,floppybuddy.gif
image_names = \
images/gnome-foot.png \
images/MonoIcon.png \
images/gnome-calendar.png \
images/gnome-gmush.png \
images/gnu-keys.png \
images/gnome-applets.png \
images/gnome-gsame.png \
images/alphatest.png \
images/gnome-gimp.png \
images/apple-red.png \
images/background.jpg \
images/gtk-logo-rgb.gif \
images/floppybuddy.gif
build_sources = $(addprefix $(srcdir)/, $(sources))
build_images = $(addprefix $(srcdir)/, $(images))
resources = $(addprefix /resource:, $(build_sources), $(build_images))