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.
12 lines
413 B
12 lines
413 B
INCLUDES = -I$(top_srcdir)/ktnef $(all_includes)
|
|
|
|
lib_LTLIBRARIES = libktnef.la
|
|
|
|
libktnef_la_SOURCES = ktnefparser.cpp ktnefproperty.cpp ktnefattach.cpp mapi.cpp \
|
|
ktnefpropertyset.cpp ktnefmessage.cpp ktnefwriter.cpp lzfu.cpp
|
|
libktnef_la_LIBADD = $(LIB_TDECORE) $(LIB_TDEIO)
|
|
libktnef_la_LDFLAGS = $(all_libraries) -version-info 1:0:0 -no-undefined
|
|
libktnef_la_METASOURCES = AUTO
|
|
|
|
noinst_HEADERS = mapi.h lzfu.h
|