forgotten to commit the Makefile.am with the last commit
This commit is contained in:
parent
0a31c7d2db
commit
04f9424ad8
1 changed files with 2 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ libcin3_a_SOURCES = \
|
|||
$(libcin3_a_srcdir)/error.c \
|
||||
$(libcin3_a_srcdir)/time.c \
|
||||
$(libcin3_a_srcdir)/framerate.c \
|
||||
$(libcin3_a_srcdir)/mutex.c \
|
||||
$(libcin3_a_srcdir)/condition.c
|
||||
|
||||
|
||||
|
|
@ -35,5 +36,6 @@ noinst_HEADERS += \
|
|||
$(libcin3_a_srcdir)/time.h \
|
||||
$(libcin3_a_srcdir)/framerate.h \
|
||||
$(libcin3_a_srcdir)/locking.h \
|
||||
$(libcin3_a_srcdir)/mutex.h \
|
||||
$(libcin3_a_srcdir)/condition.h
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue