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.
16 lines
503 B
16 lines
503 B
INCLUDES = -I$(top_srcdir) $(all_includes)
|
|
|
|
lib_LTLIBRARIES = libkpinterfaces.la
|
|
|
|
libkpinterfaces_la_SOURCES = core.cpp plugin.cpp summary.cpp uniqueapphandler.cpp
|
|
libkpinterfaces_la_LDFLAGS = $(all_libraries) -no-undefined -version-info 1:0:0
|
|
libkpinterfaces_la_LIBADD = ../../libtdepim/libtdepim.la $(LIB_TDEPARTS)
|
|
|
|
kpincludedir = $(includedir)/kontact
|
|
kpinclude_HEADERS = core.h plugin.h summary.h
|
|
|
|
METASOURCES = AUTO
|
|
|
|
servicetypedir = $(kde_servicetypesdir)
|
|
servicetype_DATA = kontactplugin.desktop
|