summaryrefslogtreecommitdiff
path: root/list.c
diff options
context:
space:
mode:
Diffstat (limited to 'list.c')
-rw-r--r--list.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/list.c b/list.c
index 2fa06ab..46d36a5 100644
--- a/list.c
+++ b/list.c
@@ -49,6 +49,8 @@ struct majeflag *insert_flag(struct majeflag *list, char *flag)
type = MAJE_LDFLAG;
} else if (!strcmp(flag, "MAJE_LDLIB")) {
type = MAJE_LDLIB;
+ } else if (!strcmp(flag, "MAJE_LIB")) {
+ type = MAJE_LIB;
} else {
fprintf(stderr, "maje: unkonwn directive '%s'\n", flag);
return list;