|
|
@ -5,10 +5,10 @@ bin_PROGRAMS = kerberostray
|
|
|
|
kerberostray_SOURCES = main.cpp toplevel.cpp configdlgbase.ui configdlg.cpp
|
|
|
|
kerberostray_SOURCES = main.cpp toplevel.cpp configdlgbase.ui configdlg.cpp
|
|
|
|
|
|
|
|
|
|
|
|
kerberostray_METASOURCES = AUTO
|
|
|
|
kerberostray_METASOURCES = AUTO
|
|
|
|
kerberostray_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor -ltdeldap
|
|
|
|
kerberostray_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor -ltdeldap
|
|
|
|
|
|
|
|
|
|
|
|
# LIB_KIO needed for KNotifyDialog
|
|
|
|
# LIB_TDEIO needed for KNotifyDialog
|
|
|
|
kerberostray_LDADD = $(LIB_TDEUI) $(LIB_KIO)
|
|
|
|
kerberostray_LDADD = $(LIB_TDEUI) $(LIB_TDEIO)
|
|
|
|
|
|
|
|
|
|
|
|
KDE_ICON = kerberostray
|
|
|
|
KDE_ICON = kerberostray
|
|
|
|
|
|
|
|
|
|
|
|