Skip to content

Commit

Permalink
reorder LDADD
Browse files Browse the repository at this point in the history
Co-authored-by: Amos Jeffries <yadij@users.noreply.github.com>
  • Loading branch information
kinkie and yadij committed Aug 9, 2024
1 parent 9bb3ed0 commit aba454d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/acl/external/time_quota/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ ext_time_quota_acl_SOURCES = \

ext_time_quota_acl_LDADD = \
$(top_builddir)/src/sbuf/libsbuf.la \
$(top_builddir)/src/debug/libdebug.la \
$(top_builddir)/src/error/liberror.la \
$(top_builddir)/src/comm/libminimal.la \
$(top_builddir)/src/mem/libminimal.la \
$(top_builddir)/src/base/libbase.la \
$(top_builddir)/src/debug/libdebug.la \
$(top_builddir)/src/time/libtime.la \
$(top_builddir)/src/mem/libminimal.la \
$(COMPAT_LIB) \
$(LIBTDB_LIBS)

Expand Down

0 comments on commit aba454d

Please sign in to comment.