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 11be076 commit 564ec32Copy full SHA for 564ec32
src/Makefile.am
@@ -1,3 +1,6 @@
1
+if WITH_SNAPPY
2
+lib_LTLIBRARIES += libsnappy.la
3
+endif
4
lib_LTLIBRARIES += libmongoc-1.0.la
5
6
libmongoc_1_0_la_SOURCES =
src/mongoc/Makefile.am
@@ -313,7 +313,6 @@ endif
313
314
if WITH_SNAPPY
315
libmongoc_la_LIBADD += libsnappy.la
316
-lib_LTLIBRARIES += libsnappy.la
317
libsnappy_la_CPPFLAGS = $(BSON_CFLAGS)
318
libsnappy_la_SOURCES = \
319
src/snappy-1.1.3/snappy.cc \
0 commit comments