[poppler] qt4/tests

Albert Astals Cid aacid at kemper.freedesktop.org
Wed Jun 5 16:04:18 PDT 2013


 qt4/tests/Makefile.am |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 1e74ac4589daf80dcac54b094145d32c90069738
Author: Adam Reichold <adamreichold at myopera.com>
Date:   Thu Jun 6 01:03:48 2013 +0200

    [qt4] fix autotools

diff --git a/qt4/tests/Makefile.am b/qt4/tests/Makefile.am
index cc4853e..8efe124 100644
--- a/qt4/tests/Makefile.am
+++ b/qt4/tests/Makefile.am
@@ -66,10 +66,10 @@ stress_poppler_dir_SOURCES =			\
 
 stress_poppler_dir_LDADD = $(LDADDS)
 
-stress-threads-qt4_SOURCES =			\
+stress_threads_qt4_SOURCES =			\
        stress-threads-qt4.cpp
 
-stress-threads-qt4_LDADD = $(LDADDS)
+stress_threads_qt4_LDADD = $(LDADDS)
 
 
 clean-generic:


More information about the poppler mailing list