Skip to content

Commit

Permalink
Use noinst instead of nodist to fix install issues
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5293 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Apr 17, 2006
1 parent baf636f commit 27f9ebd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/src/core/Makefile.am
Expand Up @@ -8,7 +8,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

nodistdir = .
nodistdir : `pwd`
noinst_PROGRAMS = testqgsapplication \
testqgsapplication \
testqgscolortable \
Expand Down
3 changes: 1 addition & 2 deletions tests/src/gui/Makefile.am
Expand Up @@ -8,8 +8,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

nodistdir = .
nodist_PROGRAMS = testqgisapp \
noinst_PROGRAMS = testqgisapp \
testqgsabout \
testqgsaddattrdialog \
testqgsattributeactiondialog \
Expand Down
3 changes: 1 addition & 2 deletions tests/src/raster/Makefile.am
Expand Up @@ -8,8 +8,7 @@
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

nodist_PROGRAMS = testqgsrasterlayer
nodistdir = .
noinst_PROGRAMS = testqgsrasterlayer
#
# Define some global variables that will be used for building each test
#
Expand Down

0 comments on commit 27f9ebd

Please sign in to comment.