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.
19 lines
614 B
19 lines
614 B
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/certmanager/lib $(all_includes)
|
|
|
|
lib_LTLIBRARIES = libkpimidentities.la
|
|
libkpimidentities_la_SOURCES = \
|
|
identitymanager.cpp identity.cpp identitymanager.skel \
|
|
identitycombo.cpp
|
|
libkpimidentities_la_LIBADD = ../certmanager/lib/libkleopatra.la \
|
|
../libtdepim/libtdepim.la ../libemailfunctions/libemailfunctions.la
|
|
libkpimidentities_la_LDFLAGS = $(all_libraries) -no-undefined \
|
|
-version-info 1:0:0
|
|
|
|
identitymanager_DCOPIDLNG = true
|
|
|
|
METASOURCES = AUTO
|
|
|
|
include $(top_srcdir)/admin/Doxyfile.am
|
|
|
|
# No messages target. Those files are part of libtdepim.pot.
|