Skip to content

Commit

Permalink
Fix the order of ldflags
Browse files Browse the repository at this point in the history
Change-Id: I1e4b47385ad6d211a2a13863582f388e25af64b2
Reviewed-on: http://review.couchbase.org/11765
Reviewed-by: Trond Norbye <trond.norbye@gmail.com>
Tested-by: Trond Norbye <trond.norbye@gmail.com>
  • Loading branch information
trondn committed Dec 20, 2011
1 parent 1b08fdb commit 65ae533
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Makefile.am
Expand Up @@ -76,13 +76,13 @@ endif

# Please remember to update the version info before each release if you
# add / remove functions.
libcouchbase_la_LDFLAGS=-lvbucket $(LIBSASL) \
-version-info 0:0:0
libcouchbase_la_LDFLAGS=-version-info 0:0:0
libcouchbase_la_CPPFLAGS=$(AM_CPPFLAGS) $(CPPFLAGS) -DLIBCOUCHBASE_INTERNAL=1

libcouchbase_la_LIBADD=-lvbucket $(LIBSASL)

libcouchbase_libevent_la_SOURCES = src/plugin-libevent.c
libcouchbase_libevent_la_LDFLAGS=-levent -version-info 1:0:0
libcouchbase_libevent_la_LDFLAGS=-version-info 1:0:0
libcouchbase_libevent_la_LIBADD=-levent
libcouchbase_libevent_la_CPPFLAGS=$(AM_CPPFLAGS) $(CPPFLAGS) -DLIBCOUCHBASE_INTERNAL=1

tests/CouchbaseMock.jar:
Expand Down

0 comments on commit 65ae533

Please sign in to comment.