Skip to content
Snippets Groups Projects
Unverified Commit 2285d198 authored by Vivek Dutta's avatar Vivek Dutta
Browse files

Fix lib dependency

parent a1324993
No related branches found
No related tags found
1 merge request!17Fix lib dependency
Pipeline #107371 passed
...@@ -3,7 +3,7 @@ LIB = libusermngr.so ...@@ -3,7 +3,7 @@ LIB = libusermngr.so
LIB_OBJS = users.o LIB_OBJS = users.o
PROG_CFLAGS = $(CFLAGS) -Wall -Werror -fPIC PROG_CFLAGS = $(CFLAGS) -Wall -Werror -fPIC
LIB_LDFLAGS = $(LDFLAGS) -lcrypt LIB_LDFLAGS = $(LDFLAGS)
%.o: %.c %.o: %.c
$(CC) $(PROG_CFLAGS) $(FPIC) -c -o $@ $< $(CC) $(PROG_CFLAGS) $(FPIC) -c -o $@ $<
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment