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.
tdepim/kaddressbook/interfaces/Makefile.am

19 lines
714 B

INCLUDES = -I$(top_srcdir) $(all_includes)
lib_LTLIBRARIES = libkabinterfaces.la
libkabinterfaces_la_SOURCES = configurewidget.cpp contacteditorwidget.cpp \
core.cpp extensionwidget.cpp xxport.cpp
libkabinterfaces_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
libkabinterfaces_la_LIBADD = $(LIB_KABC)
kabincludedir = $(includedir)/kaddressbook
kabinclude_HEADERS = configurewidget.h contacteditorwidget.h core.h \
extensionwidget.h xxport.h
METASOURCES = AUTO
servicetypedir = $(kde_servicetypesdir)
servicetype_DATA = kaddressbook_contacteditorwidget.desktop \
kaddressbook_extension.desktop kaddressbook_xxport.desktop