From: Bart Van Assche Date: Mon, 7 Jul 2008 18:37:30 +0000 (+0000) Subject: Qt4 and GOMP intercepts are now always built, whether or not runtime support for... X-Git-Tag: svn/VALGRIND_3_4_0~351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16c10b11d9bf3f85414f3f01e429b9f3efa4f699;p=thirdparty%2Fvalgrind.git Qt4 and GOMP intercepts are now always built, whether or not runtime support for these libraries is present on the build system. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8387 --- diff --git a/drd/Makefile.am b/drd/Makefile.am index 3a84697a93..03bb33eaa2 100644 --- a/drd/Makefile.am +++ b/drd/Makefile.am @@ -21,16 +21,10 @@ if VGP_PPC64_AIX5 endif -VGPRELOAD_DRD_SOURCES = drd_strmem_intercepts.c drd_pthread_intercepts.c \ - $(VGPRELOAD_DRD_SOURCES_QT4) $(VGPRELOAD_DRD_SOURCES_OPENMP) - -if HAVE_QTCORE +VGPRELOAD_DRD_SOURCES = drd_strmem_intercepts.c drd_pthread_intercepts.c VGPRELOAD_DRD_SOURCES += drd_qtcore_intercepts.c -endif - -if HAVE_OPENMP VGPRELOAD_DRD_SOURCES += drd_gomp_intercepts.c -endif + DRD_CFLAGS=@FLAG_W_EXTRA@ @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@ \ -Wformat-nonliteral -Wno-inline -Wno-unused-parameter \