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.
28 lines
698 B
28 lines
698 B
include $(top_srcdir)/kexi/Makefile.global
|
|
|
|
noinst_LTLIBRARIES = libkeximacroactions.la
|
|
|
|
libkeximacroactions_la_SOURCES = \
|
|
kexiaction.cpp \
|
|
openaction.cpp \
|
|
executeaction.cpp \
|
|
navigateaction.cpp \
|
|
messageaction.cpp \
|
|
datatableaction.cpp
|
|
|
|
libkeximacroactions_la_CXXFLAGS = $(USE_EXCEPTIONS)
|
|
|
|
libkeximacroactions_la_LDFLAGS = $(all_libraries)
|
|
libkeximacroactions_la_LIBADD = \
|
|
$(top_builddir)/kexi/plugins/macros/lib/libkomacro.la \
|
|
$(top_builddir)/kexi/core/libkexicore.la \
|
|
$(LIB_QT) $(LIB_TDECORE) $(LIB_TDEUI)
|
|
|
|
libkeximacroactions_la_METASOURCES = AUTO
|
|
SUBDIRS = .
|
|
|
|
INCLUDES = \
|
|
-I$(top_srcdir)/kexi/core \
|
|
-I$(top_srcdir)/kexi \
|
|
$(all_includes)
|