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.
24 lines
881 B
24 lines
881 B
include $(top_srcdir)/kexi/Makefile.global
|
|
|
|
kde_module_LTLIBRARIES = kexidb_pqxxsqldriver.la
|
|
|
|
INCLUDES = -I$(srcdir)/../../.. $(all_includes) -I$(PG_INCDIR) -I$(PQXX_INCDIR)
|
|
|
|
kexidb_pqxxsqldriver_la_METASOURCES = AUTO
|
|
|
|
kexidb_pqxxsqldriver_la_SOURCES = pqxxdriver.cpp pqxxcursor.cpp pqxxconnection.cpp \
|
|
pqxxkeywords.cpp pqxxconnection_p.cpp pqxxpreparedstatement.cpp
|
|
|
|
kexidb_pqxxsqldriver_la_LIBADD = $(KOFFICE_LIBS) $(LIB_KPARTS) $(LIB_QT) -lpqxx ../../libkexidb.la
|
|
|
|
kexidb_pqxxsqldriver_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) \
|
|
-L$(PQXX_LIBDIR) -L$(PG_LIBDIR) $(VER_INFO) -no-undefined \
|
|
-ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -ltdeio -ltdeparts
|
|
|
|
kde_services_DATA = kexidb_pqxxsqldriver.desktop
|
|
|
|
noinst_HEADERS = pqxxconnection.h pqxxconnection_p.h
|
|
|
|
KDE_CXXFLAGS += -DKEXIDB_PGSQL_DRIVER_EXPORT= -D__KEXIDB__= \
|
|
-include $(top_srcdir)/kexi/kexidb/global.h
|