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.
koffice/kexi/formeditor/scripting/Makefile.am

19 lines
556 B

include $(top_srcdir)/kexi/Makefile.global
noinst_LTLIBRARIES = libkformdesigner_scripting.la
libkformdesigner_scripting_la_SOURCES = formscript.cpp scriptIO.cpp scriptmanager.cpp
libkformdesigner_scripting_la_LDFLAGS = $(all_libraries) -Wnounresolved
libkformdesigner_scripting_la_LIBADD = $(top_builddir)/kexi/formeditor/libkformdesigner.la
libkformdesigner_scripting_la_METASOURCES = AUTO
SUBDIRS = .
INCLUDES= -I$(top_srcdir)/kexi/formeditor \
-I$(top_srcdir)/kexi \
-I$(top_srcdir)/kexi/scripting \
-I$(top_srcdir)/kexi/core $(all_includes)