2004-02-11 05:47:36 +00:00
|
|
|
plugindir = ${pkglibdir}
|
|
|
|
plugin_LTLIBRARIES = postgresprovider.la
|
2004-01-19 18:17:13 +00:00
|
|
|
|
2004-02-10 03:56:45 +00:00
|
|
|
postgresprovider_la_SOURCES = qgspostgresprovider.cpp \
|
2004-01-19 18:17:13 +00:00
|
|
|
../../src/qgsfeature.cpp \
|
|
|
|
../../src/qgsfeatureattribute.cpp \
|
|
|
|
../../src/qgsrect.cpp \
|
|
|
|
../../src/qgspoint.cpp \
|
|
|
|
../../src/qgsfield.cpp
|
|
|
|
|
2004-02-02 06:10:46 +00:00
|
|
|
AM_CXXFLAGS := $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(PGDB) -I$(PG_INC) $(DEBUG_QGIS)
|
2004-01-19 18:17:13 +00:00
|
|
|
|
2004-02-10 03:56:45 +00:00
|
|
|
postgresprovider_la_LIBADD = $(QT_LDADD) $(PG_LIB)
|
|
|
|
postgresprovider_la_LDFLAGS = -avoid-version -module
|