Portability improvements
authorTor Lillqvist <tml@iki.fi>
Mon, 19 Apr 2010 09:25:22 +0000 (12:25 +0300)
committerTor Lillqvist <tml@iki.fi>
Mon, 19 Apr 2010 09:28:44 +0000 (12:28 +0300)
commitdf8800e59a88c011ed84e7a05c6ddeb2a9b38921
tree9e3a452b67d9f2b09fda4b08cad280815d79e6bb
parent9af8b8321146cddbe5bee09e972507f023e58ce0
Portability improvements

Gschema-compile uses glob which is available on Unix only. Thus can't
run the gschema-compile test except on Unix either.

To avoid an Automake error, comment out the SOURCES and LDADD of
unix-streams which for some reason has been commented out from
TEST_PROGS.

Can't use a Makefile.am target called foo_PROGRAMS for random files
that aren't actually programs, as Automake assumes EXEEXT should be
appended to the file names.
gio/Makefile.am
gio/tests/Makefile.am