diff --git a/sample/GtkDemo/Makefile.am b/sample/GtkDemo/Makefile.am index 896fc62d3..f39adb65c 100644 --- a/sample/GtkDemo/Makefile.am +++ b/sample/GtkDemo/Makefile.am @@ -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))