mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 00:45:41 +00:00
13d2c2cffb
* *: huge amounts of surgery to split off gnome-sharp module. Clean out all the gnome related stuff from the auto* files. make distcheck works on the leaner-meaner gtk-sharp module. svn path=/trunk/gtk-sharp/; revision=63111
16 lines
323 B
Makefile
16 lines
323 B
Makefile
SUBDIRS = sources generator parser glib pango atk gdk gtk glade gtkdotnet sample doc
|
|
|
|
EXTRA_DIST = \
|
|
gtk-sharp.snk \
|
|
gapi-cdecl-insert \
|
|
makefile.win32 \
|
|
policy.config.in \
|
|
AssemblyInfo.cs.in \
|
|
ChangeLog \
|
|
HACKING \
|
|
README \
|
|
README.generator
|
|
|
|
configure.in: bootstrap.status configure.in.in
|
|
$(SHELL) $<
|