Skip to content

Commit

Permalink
install support files
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4751 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
rblazek committed Jan 25, 2006
1 parent f502a91 commit b291d1f
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/plugins/grass/Makefile.win
Expand Up @@ -22,7 +22,12 @@ $(PLUGIN): $(OBJECTS)

# ../../providers/grass/.libs/libqgisgrass.a \

install: all
install: all
$(INSTALL) -m 755 $(PLUGIN) $(prefix)/lib/qgis/grassplugin.dll
$(MAKE) -C themes install
$(MAKE) -C modules install
$(MAKE) -C config install
$(INSTALL) -m 755 images/world.png $(prefix)/share/qgis/grass
$(INSTALL) -m 755 locations.gml $(prefix)/share/qgis/grass

include ../../../Makefile.win.rules
include $(QGTOP)/Makefile.win.rules

0 comments on commit b291d1f

Please sign in to comment.