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.
14 lines
427 B
14 lines
427 B
include $(top_srcdir)/kexi/Makefile.global
|
|
|
|
bin_PROGRAMS = kexidbparser
|
|
|
|
noinst_PROGRAMS = kexidbparser
|
|
|
|
INCLUDES = -I$(top_srcdir)/kexi $(all_includes)
|
|
|
|
kexidbparser_SOURCES = main.cpp
|
|
kexidbparser_LDADD = $(LIB_QT) $(LIB_KDECORE) $(top_builddir)/kexi/kexidb/libkexidb.la $(top_builddir)/kexi/kexidb/parser/libkexidbparser.la $(all_libraries)
|
|
kexidbparser_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(VER_INFO) --no-undefined
|
|
|
|
|