Skip to content

Commit

Permalink
Makefile.am: add libeditorconfig.a to dit dependencies
Browse files Browse the repository at this point in the history
patch provided by @hartwork

Fixes #41
  • Loading branch information
hishamhm committed Jul 23, 2021
1 parent 9c6c1bb commit 7102c94
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 @@ -70,7 +70,7 @@ EXTRA_DIST = tools/GenHeaders extras/dit.keytab \
dit_SOURCES = $(my_dit_C_sources) config.h debug.h md5.c md5.h
dit_CFLAGS = -std=c99 -DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" $(LUA_INCLUDE) -rdynamic -Ieditorconfig/include
dit_LDADD = $(LUA_LIB) libeditorconfig.a
dit_DEPENDENCIES = $(LUA_DEP)
dit_DEPENDENCIES = $(LUA_DEP) libeditorconfig.a

lua-$(DIT_LUA_VERSION)/src/liblua.a:
cd lua-$(DIT_LUA_VERSION)/src && make CC="$(CC)" MYCFLAGS="$(LUA_FLAGS)" MYLIBS="-Wl,-E -ldl" liblua.a
Expand Down

0 comments on commit 7102c94

Please sign in to comment.