diff options
Diffstat (limited to 'common.mak')
-rw-r--r-- | common.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common.mak b/common.mak index 36e5fe8376..5815fd48f6 100644 --- a/common.mak +++ b/common.mak @@ -2,7 +2,7 @@ # common bits used by all libraries # -SRC_DIR = $(SRC_PATH)/$(SUBDIR) +SRC_DIR = $(SRC_PATH)/lib$(NAME) VPATH = $(SRC_DIR) #FIXME: This should be in configure/config.mak |