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.
|
|
|
include $(top_srcdir)/kexi/Makefile.global
|
|
|
|
|
|
|
|
bin_PROGRAMS = kexistartuptest
|
|
|
|
|
|
|
|
noinst_PROGRAMS = kexistartuptest
|
|
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir)/kexi $(all_includes)
|
|
|
|
|
|
|
|
SUBDIRS = .
|
|
|
|
|
|
|
|
METASOURCES = AUTO
|
|
|
|
|
|
|
|
kexistartuptest_SOURCES = main.cpp
|
|
|
|
kexistartuptest_LDADD = $(LIB_QT) $(LIB_TDECORE) $(top_builddir)/kexi/kexidb/libkexidb.la \
|
|
|
|
$(top_builddir)/kexi/core/libkexicore.la \
|
|
|
|
$(all_libraries)
|
|
|
|
|
|
|
|
kexistartuptest_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(VER_INFO) --no-undefined
|
|
|
|
|