mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-23 20:25:37 +00:00
c1440d52d1
* configure.in : AC_SUBST GACUTIL_FLAGS. require mono-0.95 (though it's really cvs bleeding edge.) * * AssemblyInfo.cs.in : s/pub/snk. delaysign=no. * * Makefile.am : s/pub/snk. portability fixes to csc from John Luke. Switch to GACUTIL_FLAGS. * doc/Makefile.am : don't build docs, install raw xml to the prefix. svn path=/trunk/gtk-sharp/; revision=29227
16 lines
339 B
Makefile
16 lines
339 B
Makefile
SUBDIRS = sources generator parser glib pango atk gdk gtk glade art gnome gda gnomedb gtkhtml gconf rsvg vte sample doc
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = gtk-sharp.pc
|
|
|
|
EXTRA_DIST = \
|
|
gtk-sharp.pc.in \
|
|
gtk-sharp.snk \
|
|
makefile.win32 \
|
|
ChangeLog \
|
|
README \
|
|
README.generator
|
|
|
|
DISTCLEANFILES = gtk-sharp.pc
|
|
|