summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/winpopup/Makefile.am
blob: ae0785cbc9158f204f46df9f9f89bf814d65f947 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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_TQT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
kopete_wp_la_LIBADD = ../../libkopete/libkopete.la ./ui/libkopetewpui.la \
	./libwinpopup/libwinpopup.la $(LIB_TDEIO)

service_DATA = kopete_wp.desktop
servicedir = $(kde_servicesdir)

bin_SCRIPTS = winpopup-send.sh winpopup-install.sh