Skip to content

Commit

Permalink
Added qrc.cpp to list of BUILT_SOURCES so it is deleted on 'make clean'
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4449 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
gsherman committed Jan 1, 2006
1 parent 9030fa7 commit 53502e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/copyright_label/Makefile.am
Expand Up @@ -46,7 +46,7 @@ plugin_QRC = copyright_plugin.qrc
# UI dependencies
pluginguibase.cpp: pluginguibase.h pluginguibase.ui

BUILT_SOURCES = $(plugin_MOC) $(plugin_UI)
BUILT_SOURCES = $(plugin_MOC) $(plugin_UI) $(plugin_RES)


copyrightlabelplugin_la_LIBADD = $(QT_LDADD) $(GDAL_LDADD) ../../src/libqgis.la
Expand Down

0 comments on commit 53502e9

Please sign in to comment.