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.
libksquirrel/kernel/ksquirrel-libs/Makefile.am

9 lines
242 B

INCLUDES = -I../include $(all_includes)
# create small development library. KSquirrel will use it.
lib_LTLIBRARIES = libksquirrel-libs.la
libksquirrel_libs_la_SOURCES = fileio.cpp fmt_utils.cpp
libksquirrel_libs_la_LDFLAGS = ${SQ_RELEASE}