diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:56:44 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:56:44 +0200 |
commit | 3a92f9e731b0a008fc66a04faa20fc3db38e768f (patch) | |
tree | 76b28f02297eacb20c52df6d88dd71dfb71bb4fe /src/Makefile.am | |
parent | 421037d7a3af654dc374b3b92ea617c5790625bc (diff) | |
download | k9copy-3a92f9e731b0a008fc66a04faa20fc3db38e768f.tar.gz k9copy-3a92f9e731b0a008fc66a04faa20fc3db38e768f.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 209c9a0..9e22ef9 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -30,7 +30,7 @@ k9copy_SOURCES = configDlg.ui images.h k9copy.cpp k9copy.png k9glwidget.cpp \ tdeconfigdlg.cpp kviewmpeg2.cpp kviewmpeg2.h langselectw.ui main.cpp mencoderCmdGen.ui \ playbackoptionsw.ui prefAuthor.ui prefDVD.ui prefMPEG4.ui prefMencoder.ui prefpreview.ui \ titlefactor.ui viewmpeg2.ui -k9copy_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor $(LIB_KPARTS) +k9copy_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEPARTS) k9copy_LDADD = $(top_builddir)/k9Mplayer/libk9mplayer.la \ $(top_builddir)/k9author/libk9author.la $(top_builddir)/k9decmpeg/libk9decmpeg.la \ $(top_builddir)/k9devices/libk9devices.la $(top_builddir)/k9vamps/libk9vamps.la \ |