kobodl/eel/Makefile.am
Ville Lindholm dbc223eb84
Initial commit
Import existing source tree; original VCS history is no longer available.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2026-05-28 16:35:31 +03:00

9 lines
196 B
Makefile

noinst_LIBRARIES = libeel.a
INCLUDES = @LOCALCFLAGS@
libeel_a_SOURCES = eel.c e_script.c e_symtab.c e_path.c e_util.c \
e_lexer.c e_register.c e_builtin.c e_getargs.c
EXTRA_DIST = *.h *.txt