Skip to content

Commit

Permalink
Makefile.am: build libcyrus_com_err.la early
Browse files Browse the repository at this point in the history
Patch from @dilyanpalauzov in #2534
  • Loading branch information
elliefm committed Sep 27, 2018
1 parent 3c85d41 commit ffa288d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ EXTRA_DIST = \

if COM_ERR
COMPILE_ET_DEP = com_err/et/compile_et
BUILT_SOURCES += com_err/et/compile_et
BUILT_SOURCES += com_err/et/compile_et com_err/et/libcyrus_com_err.la
lib_LTLIBRARIES += com_err/et/libcyrus_com_err.la
endif # COM_ERR

Expand Down

0 comments on commit ffa288d

Please sign in to comment.