Skip to content

Commit

Permalink
src/Makefile.am: remove circular dependency between util.la and util.h
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Sep 29, 2024
1 parent 7deaaa1 commit 950828a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ BUILT_SOURCES = dummy.vala $(BUILT_VAPIS) util.h

BUILT_VAPIS = util.vapi

util.h util.vapi: libutil.la
util.vapi: libutil.la

dist_man_MANS = enchant-@[email protected] enchant-lsmod-@[email protected]
nodist_doc_DATA = enchant-@[email protected] enchant-lsmod-@[email protected]
Expand Down

0 comments on commit 950828a

Please sign in to comment.