2004-02-11 05:47:36 +00:00
|
|
|
plugindir = ${pkglibdir}
|
|
|
|
plugin_LTLIBRARIES = ogrprovider.la
|
2004-01-26 19:06:30 +00:00
|
|
|
|
2004-02-10 03:56:45 +00:00
|
|
|
ogrprovider_la_SOURCES = qgsshapefileprovider.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) $(GDAL_CFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS)
|
2004-01-19 18:17:13 +00:00
|
|
|
|
2004-02-10 03:56:45 +00:00
|
|
|
ogrprovider_la_LIBADD = $(QT_LDADD) $(GDAL_LIB)
|
|
|
|
ogrprovider_la_LDFLAGS = -avoid-version -module
|