summaryrefslogtreecommitdiff
path: root/src/modules/texts/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/texts/Makefile.am')
-rw-r--r--src/modules/texts/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/modules/texts/Makefile.am b/src/modules/texts/Makefile.am
new file mode 100644
index 0000000..b48d93e
--- /dev/null
+++ b/src/modules/texts/Makefile.am
@@ -0,0 +1,7 @@
+textsdir = $(top_srcdir)/src/modules/texts
+
+libsword_la_SOURCES += $(textsdir)/swtext.cpp
+
+include ../src/modules/texts/rawtext/Makefile.am
+include ../src/modules/texts/ztext/Makefile.am
+include ../src/modules/texts/rawgbf/Makefile.am