diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2013-02-19 04:53:01 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2013-02-19 04:53:01 +0100 |
commit | 29dca6cedc5fb5a42425ede16f90a9dff25decdf (patch) | |
tree | f5f4b6a3b3c5f9d148b9b023a98d508820fa5e7a /kghostview/Makefile.am | |
parent | ac71b8922dd115ea9a2ec66cd698bbae3b26a33b (diff) | |
download | tdegraphics-29dca6cedc5fb5a42425ede16f90a9dff25decdf.tar.gz tdegraphics-29dca6cedc5fb5a42425ede16f90a9dff25decdf.zip |
Fix unintended rename of many various *klist*
Diffstat (limited to 'kghostview/Makefile.am')
-rw-r--r-- | kghostview/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kghostview/Makefile.am b/kghostview/Makefile.am index e2a92fcd..eae2dee0 100644 --- a/kghostview/Makefile.am +++ b/kghostview/Makefile.am @@ -17,7 +17,7 @@ libkghostviewpart_la_LIBADD = libkghostviewlib.la # Check "make final" after making changes to the following line!! libkghostviewlib_la_SOURCES = kgvshell.cpp kgvdocument.cpp kgv_miniwidget.cpp \ - martdelist.cpp logwindow.cpp infodialog.cpp \ + marklist.cpp logwindow.cpp infodialog.cpp \ kgvpageview.cpp ps.c kgv_view.cpp scrollbox.cpp kgvpagedecorator.cpp \ kgvconfigdialog.cpp kgvmainwidget.cpp \ kdscerrordialog.cpp displayoptions.cpp kpswidget.cpp \ @@ -35,7 +35,7 @@ libdscparse_la_LDFLAGS = $(all_libraries) -no-undefined libdscparse_la_LIBADD = $(LIB_QT) libdscparse_la_SOURCES = $(top_srcdir)/kghostview/dscparse/dscparse.cpp $(top_srcdir)/kghostview/dscparse/dscparse_adapter.cpp -noinst_HEADERS = martdelist.h logwindow.h infodialog.h kgvshell.h \ +noinst_HEADERS = marklist.h logwindow.h infodialog.h kgvshell.h \ kpswidget.h kgvpageview.h ps.h kgv_miniwidget.h kgv_view.h scrollbox.h \ kgvpagedecorator.h kgvconfigdialog.h kgvmainwidget.h $(top_srcdir)/kghostview/dscparse/dscparse.h \ $(top_srcdir)/kghostview/dscparse/dscparse_adapter.h kdscerrordialog.h kgvdocument.h displayoptions.h \ |