aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-17 13:09:27 +0200
committerMattias Andrée <maandree@kth.se>2021-04-17 13:09:27 +0200
commit2673f5c6a35088d8e3670fe9344d5fbec389a036 (patch)
treefa8830ae47d413a09a591b5d969a548df37a3107
parentAdd tests (diff)
downloadlibcontacts-2673f5c6a35088d8e3670fe9344d5fbec389a036.tar.gz
libcontacts-2673f5c6a35088d8e3670fe9344d5fbec389a036.tar.bz2
libcontacts-2673f5c6a35088d8e3670fe9344d5fbec389a036.tar.xz
Unimportant fix to makefile
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6befc84..ff565a7 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ libcontacts.a: $(OBJ)
$(AR) -s $@
libcontacts.$(LIBEXT): $(LOBJ)
- $(CC) $(LIBFLAGS) $(LDFLAGS_METHODS) -o $@ $(LOBJ) $(LDFLAGS)
+ $(CC) $(LIBFLAGS) -o $@ $(LOBJ) $(LDFLAGS)
.c.o:
$(CC) -c -o $@ $< $(CFLAGS) $(CPPFLAGS)