Ryujinx-GtkSharp/gio
Andrés G. Aragoneses 10d3293d3f build: fix automake warning about preprocessor C flags
With automake version 1.13.2 (which comes in debian testing/jessie),
we were starting to get these warnings by default:

...
Running automake --foreign  ...
atk/glue/Makefile.am:16: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gio/glue/Makefile.am:11: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gtk/glue/Makefile.am:18: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
gtk/gui-thread-check/profiler/Makefile.am:8: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
pango/glue/Makefile.am:13: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
sample/opaquetest/Makefile.am:18: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
sample/valtest/Makefile.am:18: warning: 'INCLUDES' is the old name for 'AM_CPPFLAGS' (or '*_CPPFLAGS')
Running autoconf ...
...

We simply follow the warning's recommendation of using AM_CPPFLAGS instead
(CPP meaning C PreProcessor, not C Plus Plus), as explained in
http://www.gnu.org/software/automake/manual/html_node/Program-Variables.html

The deprecation of INCLUDES has been very long there already (since 2002,
therefore Automake 1.7), and we already depend on automake 1.10.
2013-06-17 10:59:28 +02:00
..
glue build: fix automake warning about preprocessor C flags 2013-06-17 10:59:28 +02:00
.gitignore Flatten the bootstrap and remove glade-sharp 2010-11-21 21:18:06 -06:00
AppInfoAdapter.cs gio: Move all .custom files to partial classes 2012-07-02 11:09:07 -04:00
DBusInterfaceVTable.cs Update Gio to 2.27 and get it building. 2011-01-30 17:08:55 -06:00
File.cs gio: Move all .custom files to partial classes 2012-07-02 11:09:07 -04:00
FileAdapter.cs gio: Move all .custom files to partial classes 2012-07-02 11:09:07 -04:00
FileEnumerator.cs gio: Make FileEnumerator implement IEnumerable<FileInfo> 2012-11-03 17:57:31 +01:00
FileFactory.cs 2009-09-03 Christian Hoff <christian_hoff@gmx.net> 2009-09-03 19:50:53 +00:00
gio-api.raw parser: Add property support for ginterface 2011-08-01 21:18:02 +02:00
gio-sharp-3.0.pc.in 2009-08-30 Christian Hoff <christian_hoff@gmx.net> 2009-08-30 20:06:33 +00:00
gio-sharp.dll.config.in 2009-01-04 Mike Kestner <mkestner@novell.com> 2009-01-04 22:29:56 +00:00
gio.csproj gio: Rename the Dbus class to DBus 2012-11-18 12:20:20 +01:00
Gio.metadata gio: Add fix-ups for GSettings.GetStrv and SetStrv values 2013-04-01 11:41:43 +02:00
GioStream.cs gio: Implement GioStream.SetLength 2011-07-17 17:09:41 +02:00
Makefile.am gio: Move all .custom files to partial classes 2012-07-02 11:09:07 -04:00