Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 277415
Collapse All | Expand All

(-)src/Makefile.am.old (-2 / +2 lines)
Lines 21-28 Link Here
21
21
22
# the application source, library search path, and link libraries
22
# the application source, library search path, and link libraries
23
kasablanca_SOURCES = main.cpp kasablanca.cpp bookmarkdialog.cpp customconnectdialog.cpp fileexistsdialog.cpp kbitem.cpp Q_bookmarkdialog.ui Q_fileexistsdialog.ui Q_mainwindow.ui eventhandler.cpp ftpthread.cpp ftplib.cpp ftpsession.cpp kbfileinfo.cpp kbdirinfo.cpp kbdir.cpp kbfile.cpp kbtransferitem.cpp kbtransferdir.cpp kbtransferfile.cpp kbconfig.kcfgc Q_colorspreferencesdialog.ui Q_generalpreferencesdialog.ui kbtaskview.cpp Q_userinterfacepreferencesdialog.ui kbbookmarkitem.cpp kbsiteinfo.cpp Q_customconnectdialog.ui Q_importdialog.ui importdialog.cpp kbstatustip.cpp
23
kasablanca_SOURCES = main.cpp kasablanca.cpp bookmarkdialog.cpp customconnectdialog.cpp fileexistsdialog.cpp kbitem.cpp Q_bookmarkdialog.ui Q_fileexistsdialog.ui Q_mainwindow.ui eventhandler.cpp ftpthread.cpp ftplib.cpp ftpsession.cpp kbfileinfo.cpp kbdirinfo.cpp kbdir.cpp kbfile.cpp kbtransferitem.cpp kbtransferdir.cpp kbtransferfile.cpp kbconfig.kcfgc Q_colorspreferencesdialog.ui Q_generalpreferencesdialog.ui kbtaskview.cpp Q_userinterfacepreferencesdialog.ui kbbookmarkitem.cpp kbsiteinfo.cpp Q_customconnectdialog.ui Q_importdialog.ui importdialog.cpp kbstatustip.cpp
24
kasablanca_LDFLAGS = $(KDE_RPATH) $(all_libraries)
24
kasablanca_LDFLAGS = $(KDE_RPATH) $(KDE_LDFLAGS) $(all_libraries)
25
kasablanca_LDADD = -lssl $(LIB_KDEUI)
25
kasablanca_LDADD = -lssl $(LIB_KDEUI) $(LIB_QT)
26
26
27
# this is where the desktop file will go 
27
# this is where the desktop file will go 
28
shelldesktopdir = $(kde_appsdir)/Utilities
28
shelldesktopdir = $(kde_appsdir)/Utilities

Return to bug 277415