Skip to content

Commit 197a3ff

Browse files
author
Christian Hergert
committed
build: fix make distcheck.
1 parent 1bf6b96 commit 197a3ff

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dnl **************************************************************************
2121
dnl Initialize Automake
2222
dnl **************************************************************************
2323
AC_PREREQ([2.63])
24-
AC_INIT([mongoc], [mongoc_version], [https://github.com/chergert/libmongoc/issues])
24+
AC_INIT([libmongoc], [mongoc_version], [https://github.com/chergert/libmongoc/issues])
2525

2626
AC_CONFIG_HEADERS([config.h])
2727
AC_CONFIG_MACRO_DIR([m4])

mongoc/Makefile.include

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,17 @@ libmongoc_1_0_la_LDFLAGS = \
133133

134134

135135
EXTRA_DIST += \
136+
mongoc/libmongoc.symbols \
136137
mongoc/mongoc-counters.defs \
137-
mongoc/libmongoc.symbols
138-
138+
mongoc/op-delete.def \
139+
mongoc/op-get-more.def \
140+
mongoc/op-header.def \
141+
mongoc/op-insert.def \
142+
mongoc/op-kill-cursors.def \
143+
mongoc/op-msg.def \
144+
mongoc/op-query.def \
145+
mongoc/op-reply.def \
146+
mongoc/op-update.def
147+
148+
DISTCLEANFILES = \
149+
mongoc/mongoc-stdint.h

tests/Makefile.include

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,3 +203,8 @@ endif
203203
done
204204

205205
.PHONY: test_certs
206+
207+
EXTRA_DIST += \
208+
tests/mock-server.c \
209+
tests/mock-server.h \
210+
tests/mongoc-tests.h

0 commit comments

Comments
 (0)