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.
18 lines
577 B
18 lines
577 B
INCLUDES = $(all_includes) -I$(kde_includes)/tde
|
|
|
|
kde_module_LTLIBRARIES = libkaddrbk_geo_xxport.la
|
|
|
|
servicedir = $(kde_servicesdir)/kaddressbook
|
|
service_DATA = geo_xxport.desktop
|
|
|
|
libkaddrbk_geo_xxport_la_SOURCES = geo_xxport.cpp
|
|
libkaddrbk_geo_xxport_la_LDFLAGS = -module $(KDE_PLUGIN) $(KDE_RPATH) $(all_libraries)
|
|
libkaddrbk_geo_xxport_la_LIBADD = $(LIB_TDEUI) -ltdeabc -lkabinterfaces
|
|
libkaddrbk_geo_xxport_la_METASOURCES = AUTO
|
|
|
|
rc_DATA = geo_xxportui.rc
|
|
rcdir = $(kde_datadir)/kaddressbook
|
|
|
|
messages: rc.cpp
|
|
$(XGETTEXT) *.cpp *.h -o $(podir)/libkaddrbk_geo_xxport.pot
|