forgotten to commit the Makefile.am with the last commit

This commit is contained in:
Christian Thaeter 2007-09-02 23:25:38 +02:00
parent 0a31c7d2db
commit 04f9424ad8

View file

@ -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