You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.2 KiB
27 lines
1.2 KiB
METASOURCES = AUTO
|
|
|
|
INCLUDES = $(KOPETE_INCLUDES) $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kopete_history.la kcm_kopete_history.la
|
|
|
|
kopete_history_la_SOURCES = historyplugin.cpp historydialog.cpp historyviewer.ui\
|
|
historylogger.cpp converter.cpp historyguiclient.cpp historyconfig.kcfgc
|
|
|
|
kopete_history_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEHTML) $(LIB_TDEUTILS)
|
|
kopete_history_la_LIBADD = ../../libkopete/libkopete.la
|
|
|
|
kcm_kopete_history_la_SOURCES = historyprefsui.ui historypreferences.cpp historyconfig.kcfgc
|
|
kcm_kopete_history_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor $(LIB_TDEHTML) $(LIB_TDEUTILS)
|
|
kcm_kopete_history_la_LIBADD = ../../libkopete/libkopete.la $(LIB_TDEUTILS)
|
|
|
|
service_DATA = kopete_history.desktop
|
|
servicedir = $(kde_servicesdir)
|
|
|
|
mydatadir = $(kde_datadir)/kopete_history
|
|
mydata_DATA = historyui.rc historychatui.rc
|
|
|
|
kcm_DATA = kopete_history_config.desktop
|
|
kcmdir = $(kde_servicesdir)/tdeconfiguredialog
|
|
|
|
kde_kcfg_DATA = historyconfig.kcfg
|