diff options
author | Slávek Banko <[email protected]> | 2016-09-18 20:59:45 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2016-09-18 20:59:45 +0200 |
commit | 3f7006b6807add37a3de957c525600a31424a498 (patch) | |
tree | c0a1c00a80c3ec28c7f38da2e5e91ff6e3a385be /src/translators/Makefile.am | |
parent | 3fbf943ee75e74a85c489508303987cfd5f8ea01 (diff) | |
download | tellico-3f7006b6807add37a3de957c525600a31424a498.tar.gz tellico-3f7006b6807add37a3de957c525600a31424a498.zip |
Initial cmake conversion
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/translators/Makefile.am')
-rw-r--r-- | src/translators/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/translators/Makefile.am b/src/translators/Makefile.am index f0e8520..e91e182 100644 --- a/src/translators/Makefile.am +++ b/src/translators/Makefile.am @@ -14,7 +14,8 @@ libtranslators_a_SOURCES = alexandriaexporter.cpp alexandriaimporter.cpp \ onixexporter.cpp pdfimporter.cpp pilotdbexporter.cpp referencerimporter.cpp \ risimporter.cpp tellico_xml.cpp tellicoimporter.cpp tellicosaximporter.cpp \ tellicoxmlexporter.cpp tellicoxmlhandler.cpp tellicozipexporter.cpp textimporter.cpp \ - xmlimporter.cpp xmlstatehandler.cpp xsltexporter.cpp xslthandler.cpp xsltimporter.cpp + xmlimporter.cpp xmlstatehandler.cpp xsltexporter.cpp xslthandler.cpp xsltimporter.cpp \ + dataimporter.cpp importer.cpp if !USE_LIBBTPARSE SUBDIR_LIBBTPARSE = btparse |