Skip to content

Commit 13a44e6

Browse files
author
timlinux
committedJan 8, 2006
Some fixes to get lib to compile
git-svn-id: http://svn.osgeo.org/qgis/trunk@4609 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent b228a67 commit 13a44e6

File tree

8 files changed

+7
-7
lines changed

8 files changed

+7
-7
lines changed
 

‎src/Makefile.am

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,17 @@ libqgis_guiHEADERS = \
7676
qgsabout.h \
7777
qgsaddattrdialog.h \
7878
qgsadvancedattrsearch.h \
79+
qgsattributeaction.h \
7980
qgsattributeactiondialog.h \
8081
qgsattributedialog.h \
8182
qgsattributetabledisplay.h \
8283
qgsattributetable.h \
8384
qgsbookmarks.h \
85+
qgsclipboard.h \
8486
qgscontcoldialog.h \
8587
qgscontinuouscolrenderer.h \
8688
qgscsexception.h \
89+
qgscoordinatetransform.h \
8790
qgscustomprojectiondialog.h \
8891
qgsdatasourceuri.h \
8992
qgsdelattrdialog.h \
@@ -185,12 +188,15 @@ libqgis_gui_la_SOURCES = \
185188
qgsabout.cpp \
186189
qgsaddattrdialog.cpp \
187190
qgsadvancedattrsearch.cpp \
191+
qgsattributeaction.cpp \
188192
qgsattributeactiondialog.cpp \
189193
qgsattributedialog.cpp \
190194
qgsattributetable.cpp \
191195
qgsattributetabledisplay.cpp \
192196
qgsbookmarks.cpp \
197+
qgsclipboard.cpp \
193198
qgscontcoldialog.cpp \
199+
qgscoordinatetransform.cpp \
194200
qgscontinuouscolrenderer.cpp \
195201
qgscustomprojectiondialog.cpp \
196202
qgsdelattrdialog.cpp \

‎src/core/Makefile.am

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,10 @@ libqgis_coreHEADERS = \
4747
qgsacetateobject.h \
4848
qgsacetaterectangle.h \
4949
qgsapplication.h \
50-
qgsattributeaction.h \
5150
qgsbookmarkitem.h \
52-
qgsclipboard.h \
5351
qgsclipper.h \
5452
qgscolortable.h \
5553
qgscontexthelp.h \
56-
qgscoordinatetransform.h \
5754
qgscsexception.h \
5855
qgscustomsymbol.h \
5956
qgsdatamanager.h \
@@ -109,13 +106,10 @@ libqgis_core_la_SOURCES =\
109106
qgsacetateobject.cpp \
110107
qgsacetaterectangle.cpp \
111108
qgsapplication.cpp \
112-
qgsattributeaction.cpp \
113109
qgsbookmarkitem.cpp \
114-
qgsclipboard.cpp \
115110
qgsclipper.cpp \
116111
qgscolortable.cpp \
117112
qgscontexthelp.cpp \
118-
qgscoordinatetransform.cpp \
119113
qgscustomsymbol.cpp \
120114
qgsdatamanager.cpp \
121115
qgsdatasource.cpp \
@@ -171,7 +165,7 @@ BUILT_SOURCES = $(libqgis_core_la_MOC) $(qgis_YACC) $(postgresMOC)
171165
libqgis_core_la_LIBADD = $(QT_LDADD) $(GEOS_LDADD) $(GDAL_LDADD) $(PYTHON_LIB) -lsqlite3
172166
libqgis_core_la_LDFLAGS = -version-info $(INTERFACE_VERSION)
173167

174-
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/
168+
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../
175169

176170
##
177171
## ----------------------------------------------------------------------
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 commit comments

Comments
 (0)
Please sign in to comment.