diff options
author | Hib Eris <hib@hiberis.nl> | 2008-12-26 22:28:09 +0100 |
---|---|---|
committer | Albert Astals Cid <aacid@kde.org> | 2008-12-26 22:28:09 +0100 |
commit | b8ae7d91dedc9a75200b6050628ec2740af84b98 (patch) | |
tree | 62442f1984db1f8f5005a5f989e2f9543cb71e09 /test | |
parent | ba47bd2ba05f883306606eda30bff17bd4a8eec6 (diff) |
Fix compile warnings on auto imports for mingw32
Diffstat (limited to 'test')
-rw-r--r-- | test/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 6abef193..8c873d36 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -47,6 +47,8 @@ INCLUDES = \ noinst_PROGRAMS = $(gtk_splash_test) $(gtk_cairo_test) $(pdf_inspector) $(perf_test) $(pdf_fullrewrite) +AM_LDFLAGS = @auto_import_flags@ + gtk_splash_test_SOURCES = \ gtk-splash-test.cc |