Skip to content

Commit

Permalink
lib-dict-backend: Fix linking order for test-dict-sql
Browse files Browse the repository at this point in the history
  • Loading branch information
sirainen authored and cmouse committed Aug 2, 2018
1 parent 2baf7ec commit 983354b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib-dict-backend/Makefile.am
Expand Up @@ -100,8 +100,8 @@ test_dict_sql_CFLAGS = $(AM_CPPFLAGS) -DDICT_SRC_DIR=\"$(top_srcdir)/src/lib-dic
test_dict_sql_SOURCES = \
test-dict-sql.c
test_dict_sql_LDADD = \
$(DICT_LIBS) \
$(noinst_LTLIBRARIES) \
$(DICT_LIBS) \
../lib-sql/libdriver_test.la \
../lib-sql/libsql.la \
../lib-dovecot/libdovecot.la
Expand Down

0 comments on commit 983354b

Please sign in to comment.