Skip to content

Commit 6c423ff

Browse files
committed
Missing source path added.
#31
1 parent b93e808 commit 6c423ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ SOURCES= main.c \
9292
../src/events/vscp_evt_wireless.c
9393

9494
# Include all source pathes here like ../src1:../src2
95-
VPATH= ..:vscpUser:../src/events
95+
VPATH= ..:vscpUser:../src:../src/events
9696

9797
# Library search path
9898
LIBPATH= -LCUnit-$(CUNITVERSION)/CUnit/Sources/.libs

0 commit comments

Comments
 (0)