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.
25 lines
813 B
25 lines
813 B
METASOURCES = AUTO
|
|
|
|
AM_CPPFLAGS = $(KOPETE_INCLUDES) $(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kopete_motionaway.la kcm_kopete_motionaway.la
|
|
|
|
kopete_motionaway_la_SOURCES = motionawayplugin.cpp motionawayconfig.kcfgc
|
|
kopete_motionaway_la_LDFLAGS = -module $(KDE_PLUGIN)
|
|
kopete_motionaway_la_LIBADD = ../../libkopete/libkopete.la
|
|
|
|
kcm_kopete_motionaway_la_SOURCES = motionawayprefs.ui motionawaypreferences.cpp motionawayconfig.kcfgc
|
|
kcm_kopete_motionaway_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries)
|
|
kcm_kopete_motionaway_la_LIBADD = $(LIB_KOPETECOMPAT) $(LIB_TDEUTILS)
|
|
|
|
|
|
|
|
service_DATA = kopete_motionaway.desktop
|
|
servicedir = $(kde_servicesdir)
|
|
|
|
kcm_DATA = kopete_motionaway_config.desktop
|
|
kcmdir = $(kde_servicesdir)/tdeconfiguredialog
|
|
kde_kcfg_DATA = motionawayconfig.kcfg
|
|
|
|
|