We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96b922e commit 5342f05Copy full SHA for 5342f05
examples/Makefile.am
@@ -4,7 +4,10 @@ EXAMPLE_LDADD = libmongoc-1.0.la
4
if EXPLICIT_LIBS
5
EXAMPLE_LDADD += $(BSON_LIBS)
6
endif
7
-EXAMPLE_CFLAGS = -I$(top_srcdir)/src/mongoc $(BSON_CFLAGS)
+EXAMPLE_CFLAGS = \
8
+ -I$(top_srcdir)/src/mongoc \
9
+ -I$(top_builddir)/src/mongoc \
10
+ $(BSON_CFLAGS)
11
12
noinst_PROGRAMS += example-gridfs
13
example_gridfs_SOURCES = examples/example-gridfs.c
0 commit comments