Skip to content

Commit

Permalink
Some fixes to get lib to compile
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4609 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 8, 2006
1 parent b228a67 commit 13a44e6
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
6 changes: 6 additions & 0 deletions src/Makefile.am
Expand Up @@ -76,14 +76,17 @@ libqgis_guiHEADERS = \
qgsabout.h \
qgsaddattrdialog.h \
qgsadvancedattrsearch.h \
qgsattributeaction.h \
qgsattributeactiondialog.h \
qgsattributedialog.h \
qgsattributetabledisplay.h \
qgsattributetable.h \
qgsbookmarks.h \
qgsclipboard.h \
qgscontcoldialog.h \
qgscontinuouscolrenderer.h \
qgscsexception.h \
qgscoordinatetransform.h \
qgscustomprojectiondialog.h \
qgsdatasourceuri.h \
qgsdelattrdialog.h \
Expand Down Expand Up @@ -185,12 +188,15 @@ libqgis_gui_la_SOURCES = \
qgsabout.cpp \
qgsaddattrdialog.cpp \
qgsadvancedattrsearch.cpp \
qgsattributeaction.cpp \
qgsattributeactiondialog.cpp \
qgsattributedialog.cpp \
qgsattributetable.cpp \
qgsattributetabledisplay.cpp \
qgsbookmarks.cpp \
qgsclipboard.cpp \
qgscontcoldialog.cpp \
qgscoordinatetransform.cpp \
qgscontinuouscolrenderer.cpp \
qgscustomprojectiondialog.cpp \
qgsdelattrdialog.cpp \
Expand Down
8 changes: 1 addition & 7 deletions src/core/Makefile.am
Expand Up @@ -47,13 +47,10 @@ libqgis_coreHEADERS = \
qgsacetateobject.h \
qgsacetaterectangle.h \
qgsapplication.h \
qgsattributeaction.h \
qgsbookmarkitem.h \
qgsclipboard.h \
qgsclipper.h \
qgscolortable.h \
qgscontexthelp.h \
qgscoordinatetransform.h \
qgscsexception.h \
qgscustomsymbol.h \
qgsdatamanager.h \
Expand Down Expand Up @@ -109,13 +106,10 @@ libqgis_core_la_SOURCES =\
qgsacetateobject.cpp \
qgsacetaterectangle.cpp \
qgsapplication.cpp \
qgsattributeaction.cpp \
qgsbookmarkitem.cpp \
qgsclipboard.cpp \
qgsclipper.cpp \
qgscolortable.cpp \
qgscontexthelp.cpp \
qgscoordinatetransform.cpp \
qgscustomsymbol.cpp \
qgsdatamanager.cpp \
qgsdatasource.cpp \
Expand Down Expand Up @@ -171,7 +165,7 @@ BUILT_SOURCES = $(libqgis_core_la_MOC) $(qgis_YACC) $(postgresMOC)
libqgis_core_la_LIBADD = $(QT_LDADD) $(GEOS_LDADD) $(GDAL_LDADD) $(PYTHON_LIB) -lsqlite3
libqgis_core_la_LDFLAGS = -version-info $(INTERFACE_VERSION)

libqgis_core_la_CXXFLAGS = $(PREFIX) $(PLUGINPATH) $(PKGDATAPATH) $(GDAL_CFLAGS) $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(PG_INC) $(DEBUG_QGIS) $(GEOS_CFLAGS) $(PYTHON_INCLUDE_DIR) $(HAVE_PYTHON) -I../ui/ -I../widgets/projectionselector/ -I../legend/ -I../raster/ -I../composer/
libqgis_core_la_CXXFLAGS = $(PREFIX) $(PLUGINPATH) $(PKGDATAPATH) $(GDAL_CFLAGS) $(CXXFLAGS) $(EXTRA_CXXFLAGS) $(QT_CXXFLAGS) $(PG_INC) $(DEBUG_QGIS) $(GEOS_CFLAGS) $(PYTHON_INCLUDE_DIR) $(HAVE_PYTHON) -I../ui/ -I../widgets/projectionselector/ -I../legend/ -I../raster/ -I../composer/ -I../

##
## ----------------------------------------------------------------------
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 13a44e6

Please sign in to comment.