fixed a wrong file name in lib/si/Makefile.am

This commit is contained in:
2017-03-20 09:46:45 +00:00
parent 1d90343b39
commit d00bb12e34
4 changed files with 11 additions and 15 deletions

View File

@ -40,7 +40,7 @@ libqsesi_la_SOURCES = \
sio.c \
task.c \
thr.c \
thr.h \
thr-prv.h \
tio.c
libqsesi_la_CFLAGS = $(PTHREAD_CFLAGS)

View File

@ -467,7 +467,7 @@ libqsesi_la_SOURCES = \
sio.c \
task.c \
thr.c \
thr.h \
thr-prv.h \
tio.c
libqsesi_la_CFLAGS = $(PTHREAD_CFLAGS)