jobi a1abe6de76 ** fixed strange warning: object 'foo.$(OBJEXT)' created both
with libtool and without
** also cleaned the other Makefiles that way


git-svn-id: http://svn.osgeo.org/qgis/trunk@1127 c8812cc2-4d05-0410-92ff-de0c093fc19c
2004-03-31 22:06:54 +00:00

19 lines
592 B
Makefile

## $Id$
plugindir = ${pkglibdir}
plugin_LTLIBRARIES = delimitedtextprovider.la
delimitedtextprovider_la_SOURCES = qgsdelimitedtextprovider.cpp \
../../src/qgsfeature.cpp \
../../src/qgsfeatureattribute.cpp \
../../src/qgsrect.cpp \
../../src/qgspoint.cpp \
../../src/qgsfield.cpp
delimitedtextprovider_la_LIBADD = $(QT_LDADD) $(GDAL_LIB)
delimitedtextprovider_la_LDFLAGS = -avoid-version -module
delimitedtextprovider_la_CXXFLAGS = $(CXXFLAGS) $(GDAL_CFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(DEBUG_QGIS)
EXTRA_DIST = qgsdelimitedtextprovider.h