forgot to add common/scaler to MODULE_DIRS

svn-id: r10490
This commit is contained in:
Max Horn 2003-09-29 21:58:40 +00:00
parent c40e7d68a5
commit e342878f84

View file

@ -14,7 +14,8 @@ MODULE_OBJS := \
common/scaler/hq3x.o common/scaler/hq3x.o
MODULE_DIRS += \ MODULE_DIRS += \
common common \
common/scaler
# Include common rules # Include common rules
include common.rules include common.rules