* Makefile.am (libgpgme_la_SOURCES): Add mutex.h

This commit is contained in:
Werner Koch 2002-03-26 10:15:22 +00:00
parent a5914229c4
commit dd2cb388a9
2 changed files with 8 additions and 2 deletions

View File

@ -1,7 +1,11 @@
2002-03-26 Werner Koch <wk@gnupg.org>
* Makefile.am (libgpgme_la_SOURCES): Add mutex.h
2002-03-21 Werner Koch <wk@gnupg.org>
* util.h (struct) [!HAVE_FOPENCOOKIE]: Make sure off_t and ssize_t
are defined.
* util.h [!HAVE_FOPENCOOKIE]: Make sure off_t and ssize_t are
defined.
2002-03-18 Marcus Brinkmann <marcus@g10code.de>

View File

@ -67,6 +67,7 @@ libgpgme_la_SOURCES = \
engine.c engine.h \
sema.h io.h \
${system_components} \
mutex.h \
gpgme.c debug.c version.c errors.c
errors.c : gpgme.h
@ -74,3 +75,4 @@ errors.c : gpgme.h
status-table.h : rungpg.h
$(srcdir)/mkstatus < $(srcdir)/rungpg.h > status-table.h