Skip to content

Commit 2a33a89

Browse files
author
timlinux
committedApr 16, 2006
Add missing nodistdir directive
git-svn-id: http://svn.osgeo.org/qgis/trunk@5287 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 76e5b5d commit 2a33a89

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
 

‎tests/src/core/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
99
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1010

11+
nodistdir = .
1112
noinst_PROGRAMS = testqgsapplication \
1213
testqgsapplication \
1314
testqgscolortable \

‎tests/src/gui/Makefile.am

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
99
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1010

11+
nodistdir = .
1112
nodist_PROGRAMS = testqgisapp \
1213
testqgsabout \
1314
testqgsaddattrdialog \

‎tests/src/raster/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
1010

1111
nodist_PROGRAMS = testqgsrasterlayer
12-
12+
nodistdir = .
1313
#
1414
# Define some global variables that will be used for building each test
1515
#

0 commit comments

Comments
 (0)
Please sign in to comment.