Index: examples/Makefile.am =================================================================== RCS file: /cvs/gnome/epiphany-mono/examples/Makefile.am,v retrieving revision 1.2 diff -p -u -u -p -r1.2 Makefile.am --- examples/Makefile.am 8 Jan 2005 16:32:06 -0000 1.2 +++ examples/Makefile.am 12 Apr 2005 14:59:00 -0000 @@ -1,5 +1,13 @@ %.dll: %.cs - $(CSC) -target:library -out:$@ -r:epiphany-sharp.dll -pkg:gtk-sharp-2.0 $< + $(CSC) -target:library -out:$@ -lib:$(top_builddir)/ephy-mono -r:epiphany-sharp.dll -pkg:gtk-sharp-2.0 $< -EXTRA_DIST = \ - test.cs +test_SCRIPTS = test.dll + +testdir = $(EXTENSIONS_DIR) +test_SOURCES = test.cs + +testxmldir = $(EXTENSIONS_DIR) +testxml_DATA = test.xml + +CLEANFILES = $(test_SCRIPTS) +DISTCLEANFILES = $(test_SCRIPTS)