Skip to content

Commit b291d1f

Browse files
author
rblazek
committedJan 25, 2006
install support files
git-svn-id: http://svn.osgeo.org/qgis/trunk@4751 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f502a91 commit b291d1f

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
 

‎src/plugins/grass/Makefile.win

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,12 @@ $(PLUGIN): $(OBJECTS)
2222

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

25-
install: all
25+
install: all
2626
$(INSTALL) -m 755 $(PLUGIN) $(prefix)/lib/qgis/grassplugin.dll
27+
$(MAKE) -C themes install
28+
$(MAKE) -C modules install
29+
$(MAKE) -C config install
30+
$(INSTALL) -m 755 images/world.png $(prefix)/share/qgis/grass
31+
$(INSTALL) -m 755 locations.gml $(prefix)/share/qgis/grass
2732

28-
include ../../../Makefile.win.rules
33+
include $(QGTOP)/Makefile.win.rules

0 commit comments

Comments
 (0)
Please sign in to comment.