Ryujinx-GtkSharp/gconf/tools/Makefile.am
Mike Kestner 7f3171c814 merge to HEAD of jeroen and friends' work on the 2-4 branch. HEAD
is now tracking Gnome 2.6.

svn path=/trunk/gtk-sharp/; revision=35479
2004-10-29 20:33:07 +00:00

14 lines
367 B
Makefile

assemblydir = $(libdir)/gtk-sharp-2.0
assembly_DATA = gconfsharp-schemagen.exe
bin_SCRIPTS = gconfsharp2-schemagen
CLEANFILES = gconfsharp-schemagen.exe
DISTCLEANFILES = gconfsharp2-schemagen
EXTRA_DIST = \
schemagen.cs \
gconfsharp2-schemagen.in
gconfsharp-schemagen.exe: $(srcdir)/schemagen.cs
$(CSC) /out:gconfsharp-schemagen.exe $(srcdir)/schemagen.cs