diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:03:37 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:03:37 -0600 |
commit | 2e25fa39cd67cca2472d3eabdb478feb517d72a5 (patch) | |
tree | 63725962f632d152cbf20709191d39f6fc865966 /kfile-plugins/dependencies/poppler-tqt/Makefile.am | |
parent | 190d88dfc662f3fc466c9d1f53acbbea65f33c49 (diff) | |
download | tdegraphics-2e25fa39cd67cca2472d3eabdb478feb517d72a5.tar.gz tdegraphics-2e25fa39cd67cca2472d3eabdb478feb517d72a5.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kfile-plugins/dependencies/poppler-tqt/Makefile.am')
-rw-r--r-- | kfile-plugins/dependencies/poppler-tqt/Makefile.am | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/kfile-plugins/dependencies/poppler-tqt/Makefile.am b/kfile-plugins/dependencies/poppler-tqt/Makefile.am deleted file mode 100644 index 949dc2a4..00000000 --- a/kfile-plugins/dependencies/poppler-tqt/Makefile.am +++ /dev/null @@ -1,40 +0,0 @@ -INCLUDES = \ - -I$(top_srcdir) \ - -I/usr/include/poppler \ - $(cairo_includes) \ - $(QT_INCLUDES) \ - $(FREETYPE_CFLAGS) \ - $(FONTCONFIG_CFLAGS) - - -poppler_includedir = $(includedir)/ -poppler_include_HEADERS = \ - poppler-qt.h \ - poppler-page-transition.h \ - poppler-link-qt3.h - -lib_LTLIBRARIES = libpoppler-tqt.la -libpoppler_tqt_la_SOURCES = \ - poppler-document.cc \ - poppler-fontinfo.cc \ - poppler-link.cc \ - poppler-page.cc \ - poppler-page-transition.cc \ - poppler-page-transition-private.h \ - poppler-private.cc \ - poppler-private.h - -libpoppler_tqt_la_LIBADD = \ - -lpoppler \ - $(QT_LIBS) \ - $(FREETYPE_LIBS) \ - $(FONTCONFIG_LIBS) - -test_poppler_tqt_SOURCES = \ - test-poppler-qt.cpp - -test_poppler_tqt_LDADD = \ - $(top_builddir)/poppler/libpoppler.la \ - libpoppler-tqt.la \ - $(QT_LIBS) \ - $(FREETYPE_LIBS) |