Skip to content

Commit

Permalink
Put lua code in src/auglua.c
Browse files Browse the repository at this point in the history
  • Loading branch information
raphink committed Sep 24, 2015
1 parent 201b0cf commit f60fde0
Show file tree
Hide file tree
Showing 5 changed files with 580 additions and 450 deletions.
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ bin_PROGRAMS = augtool augparse

include_HEADERS = augeas.h fa.h

libaugeas_la_SOURCES = augeas.h augeas.c augrun.c pathx.c \
libaugeas_la_SOURCES = augeas.h augeas.c augrun.c auglua.h auglua.c pathx.c \
internal.h internal.c \
memory.h memory.c ref.h ref.c \
syntax.c syntax.h parser.y builtin.c lens.c lens.h regexp.c regexp.h \
Expand Down
1 change: 1 addition & 0 deletions src/augeas_sym.version
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,5 @@ AUGEAS_0.18.0 {
AUGEAS_0.20.0 {
global:
aug_escape_name;
setup_lua;
} AUGEAS_0.18.0;
Loading

0 comments on commit f60fde0

Please sign in to comment.