diff options
author | Slávek Banko <[email protected]> | 2013-02-19 19:27:06 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-02-19 19:27:06 +0100 |
commit | 36752706bbaa1e793e9b215216bac0a76b531410 (patch) | |
tree | de2584aed8e5ea2145bb6c2d00e2f5ca3ebc5e77 /src/Makefile.am | |
parent | 3abb50353477ace087880978098aaae38f6a896d (diff) | |
download | dolphin-36752706bbaa1e793e9b215216bac0a76b531410.tar.gz dolphin-36752706bbaa1e793e9b215216bac0a76b531410.zip |
Fix unintended rename of bookmark*, mark*
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index edb47b2..6c17e39 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,7 +16,7 @@ d3lphin_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) d3lphin_LDADD = $(LIB_TDEFILE) $(LIB_TDEPRINT) -lkonq # which sources should be compiled for d3lphin -d3lphin_SOURCES = bookmartdeselector.cpp bookmarkssettingspage.cpp \ +d3lphin_SOURCES = bookmarkselector.cpp bookmarkssettingspage.cpp \ bookmarkssidebarpage.cpp detailsviewsettingspage.cpp dolphin.cpp dolphincontextmenu.cpp \ dolphindetailsview.cpp dolphindetailsviewsettings.cpp dolphindirlister.cpp \ dolphiniconsview.cpp dolphiniconsviewsettings.cpp dolphinsettings.cpp \ @@ -29,7 +29,7 @@ d3lphin_SOURCES = bookmartdeselector.cpp bookmarkssettingspage.cpp \ # these are the headers for your project -noinst_HEADERS = bookmartdeselector.h bookmarkssettingspage.h \ +noinst_HEADERS = bookmarkselector.h bookmarkssettingspage.h \ bookmarkssidebarpage.h detailsviewsettingspage.h dolphin.h dolphincontextmenu.h \ dolphindetailsview.h dolphindetailsviewsettings.h dolphindirlister.h dolphiniconsview.h \ dolphiniconsviewsettings.h dolphiniconsviewsettings.h iconsviewsettingspage.h dolphinsettings.h \ |