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.
k3b/src/projects/kostore/Makefile.am

12 lines
329 B

KDE_CXXFLAGS = $(USE_RTTI)
noinst_LTLIBRARIES = libkostore.la
INCLUDES = $(all_includes)
####### Files
libkostore_la_LIBADD = $(LIB_TDEIO)
libkostore_la_SOURCES = koStore.cpp koZipStore.cpp koStoreBase.cpp
#libkostore_la_LDFLAGS = $(all_libraries) -version-info 3:0:0 $(KDE_LDFLAGS) -no-undefined
#include_HEADERS = koStore.h