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.
23 lines
805 B
23 lines
805 B
METASOURCES = AUTO
|
|
SUBDIRS = ui icons libwinpopup
|
|
AM_CPPFLAGS = -I$(srcdir)/ui \
|
|
-I./ui \
|
|
-I$(srcdir)/libwinpopup \
|
|
$(KOPETE_INCLUDES) \
|
|
$(all_includes)
|
|
|
|
kde_module_LTLIBRARIES = kopete_wp.la
|
|
|
|
noinst_HEADERS = wpprotocol.h wpeditaccount.h wpaccount.h wpuserinfo.h wpcontact.h wpaddcontact.h
|
|
|
|
kopete_wp_la_SOURCES = wpprotocol.cpp wpcontact.cpp wpaddcontact.cpp wpeditaccount.cpp wpaccount.cpp wpuserinfo.cpp
|
|
kopete_wp_la_LDFLAGS = -module -no-undefined $(KDE_PLUGIN) $(all_libraries) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
|
|
kopete_wp_la_LIBADD = ../../libkopete/libkopete.la ./ui/libkopetewpui.la \
|
|
./libwinpopup/libwinpopup.la $(LIB_KIO)
|
|
|
|
service_DATA = kopete_wp.desktop
|
|
servicedir = $(kde_servicesdir)
|
|
|
|
bin_SCRIPTS = winpopup-send.sh winpopup-install.sh
|
|
|