diff --git a/ChangeLog b/ChangeLog index 0ba611018..3eeef906e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-04-18 17:40:58 Tim Janik + + * tests/testglib.c: fixed gstdio.h include. + + * tests/Makefile.am: properly list testglib.c SOURCES. + 2008-04-17 Emmanuele Bassi * glib/gchecksum.c: diff --git a/tests/Makefile.am b/tests/Makefile.am index 807327825..9a6fbcf69 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -77,6 +77,7 @@ TEST_PROGS += scannerapi scannerapi_SOURCES = scannerapi.c scannerapi_LDADD = $(progs_ldadd) TEST_PROGS += testglib +testglib_SOURCES = testglib.c testglib_LDADD = $(libglib) TEST_PROGS += testingbase64 testingbase64_SOURCES = testingbase64.c diff --git a/tests/testglib.c b/tests/testglib.c index 9180d9cfd..4f84adc98 100644 --- a/tests/testglib.c +++ b/tests/testglib.c @@ -33,7 +33,7 @@ #include #include "glib.h" -#include "gstdio.h" +#include #include