mcexec: -lrt to Makefile.in for supporting clock_gettime() on SUSE

This commit is contained in:
Balazs Gerofi
2016-03-12 05:24:14 +09:00
parent 1aac2c8e23
commit 0eaf058a4f

View File

@ -8,7 +8,7 @@ TARGET=mcexec
all: $(TARGET)
mcexec: mcexec.c
$(CC) -I${KDIR} $(CFLAGS) $(EXTRA_CFLAGS) -pthread -o $@ $^ $(EXTRA_OBJS)
$(CC) -I${KDIR} $(CFLAGS) $(EXTRA_CFLAGS) -lrt -pthread -o $@ $^ $(EXTRA_OBJS)
clean:
$(RM) $(TARGET) *.o