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
324 B

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