summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2013-05-28 00:10:43 +0200
committerAlbert Astals Cid <aacid@kde.org>2013-05-28 00:10:43 +0200
commit299a1447e3d9a845b5e964f29e698046abdb63f2 (patch)
tree5e4e9b23a88b0e963ad9398877b5e05ce1c4d178
parentdcfaf20503868d0956ee81208265a975b480fb52 (diff)
Build poppler-forms in the autotools buildsystem
-rw-r--r--qt4/tests/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/qt4/tests/Makefile.am b/qt4/tests/Makefile.am
index dfdf6b88..e018f368 100644
--- a/qt4/tests/Makefile.am
+++ b/qt4/tests/Makefile.am
@@ -19,7 +19,7 @@ SUFFIXES: .moc
noinst_PROGRAMS = test-poppler-qt4 stress-poppler-qt4 \
poppler-fonts test-password-qt4 stress-poppler-dir \
- poppler-attachments poppler-texts
+ poppler-attachments poppler-texts poppler-forms
test_poppler_qt4_SOURCES = \
@@ -49,6 +49,11 @@ poppler_texts_SOURCES = \
poppler_texts_LDADD = $(LDADDS)
+poppler_forms_SOURCES = \
+ poppler-forms.cpp
+
+poppler_forms_LDADD = $(LDADDS)
+
stress_poppler_qt4_SOURCES = \
stress-poppler-qt4.cpp