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.
|
|
|
xdg_apps_DATA = kcmktalkd.desktop
|
|
|
|
KDE_ICON = ktalkd
|
|
|
|
|
|
|
|
INCLUDES = $(all_includes)
|
|
|
|
METASOURCES=AUTO
|
|
|
|
|
|
|
|
kde_module_LTLIBRARIES = kcm_ktalkd.la
|
|
|
|
|
|
|
|
kcm_ktalkd_la_SOURCES = main.cpp soundpage.cpp answmachpage.cpp \
|
|
|
|
forwmachpage.cpp
|
|
|
|
kcm_ktalkd_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module $(LIB_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
|
|
|
|
kcm_ktalkd_la_LIBADD = $(LIB_TDEUI) $(LIB_TDEIO)
|
|
|
|
|
|
|
|
#for extra warnings during compilation :
|
|
|
|
# AMDEFS = -ansi -pedantic -D_POSIX_SOURCE -D_DEFAULT_SOURCE
|