diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-12-20 17:17:19 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-12-20 17:17:19 +0100 |
commit | e0a199f1112c6f2103fde661002a164e81116541 (patch) | |
tree | 81541f52032e037e98fcb0f24302c96fb23cdd66 /kpdf/xpdf/splash/Makefile.am | |
parent | 8a8805a8fac18a62361072d159c1b56c2964024d (diff) | |
download | tdegraphics-e0a199f1112c6f2103fde661002a164e81116541.tar.gz tdegraphics-e0a199f1112c6f2103fde661002a164e81116541.zip |
kpdf: Drop suport for t1lib.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'kpdf/xpdf/splash/Makefile.am')
-rw-r--r-- | kpdf/xpdf/splash/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpdf/xpdf/splash/Makefile.am b/kpdf/xpdf/splash/Makefile.am index 724eaa6a..5bf50df6 100644 --- a/kpdf/xpdf/splash/Makefile.am +++ b/kpdf/xpdf/splash/Makefile.am @@ -2,7 +2,7 @@ INCLUDES = -I$(srcdir)/.. -I$(srcdir)/../fofi -I$(srcdir)/../goo $(LIBFREETYPE_C libsplash_la_SOURCES = Splash.cpp SplashBitmap.cpp SplashClip.cpp SplashFTFont.cpp SplashFTFontEngine.cpp \ SplashFTFontFile.cpp SplashFont.cpp SplashFontEngine.cpp SplashFontFile.cpp SplashFontFileID.cpp \ - SplashPath.cpp SplashPattern.cpp SplashScreen.cpp SplashState.cpp SplashT1Font.cpp \ - SplashT1FontEngine.cpp SplashT1FontFile.cpp SplashXPath.cpp SplashXPathScanner.cpp + SplashPath.cpp SplashPattern.cpp SplashScreen.cpp SplashState.cpp \ + SplashXPath.cpp SplashXPathScanner.cpp noinst_LTLIBRARIES = libsplash.la |