summaryrefslogtreecommitdiff
path: root/external/poppler/poppler-notests.patch.1
blob: a92ce57b052e0ab1753f21e63f1d754f457b5dc5 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile.in
+++ b/Makefile.in
@@ -470,7 +470,7 @@ DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --with-testdatadir=$(TESTDATADIR)
 @BUILD_POPPLER_CPP_TRUE@cpp_subdir = cpp
 @BUILD_POPPLER_CPP_TRUE@cpp_pc_file = poppler-cpp.pc
 @BUILD_UTILS_TRUE@utils_subdir = utils
-SUBDIRS = goo fofi $(splash_subdir) poppler $(utils_subdir) $(glib_subdir) test $(qt4_subdir) $(qt5_subdir) $(cpp_subdir)
+SUBDIRS = goo fofi $(splash_subdir) poppler $(utils_subdir) $(glib_subdir) $(qt4_subdir) $(qt5_subdir) $(cpp_subdir)
 
 # Add CMake buildsystem files here so they get added on make dist
 EXTRA_DIST = README-XPDF poppler.pc.in poppler-uninstalled.pc.in \
ce "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-07-17tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe 2015-05-29loplugin:loopvartoosmallNoel Grandin 2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann 2014-12-12cpputools: Use appropriate OUString functions on string constantsStephan Bergmann 2014-11-05markup with event type not checker typeCaolán McNamara 2014-10-28coverity#982593 experiment with silencing Infinite loopCaolán McNamara 2014-05-29remove more unnecesary OUString constructor useNoel Grandin 2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin 2014-05-08various: sal_Bool->boolNoel Grandin 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann