diff options
author | Steve Slaven <bpk@hoopajoo.net> | 2019-11-05 05:19:01 (GMT) |
---|---|---|
committer | Steve Slaven <bpk@hoopajoo.net> | 2019-11-05 05:19:01 (GMT) |
commit | a53f98dedc5ef9454f84cb9ba0fe29c228338581 (patch) | |
tree | cc59f304ee165a113061140fb34d7a6c73ff4cd5 | |
parent | bb301bfb0fec3d5e229367aca74cfe422c23f62c (diff) | |
download | powwow-a53f98dedc5ef9454f84cb9ba0fe29c228338581.zip powwow-a53f98dedc5ef9454f84cb9ba0fe29c228338581.tar.gz powwow-a53f98dedc5ef9454f84cb9ba0fe29c228338581.tar.bz2 |
Distribute new regex header
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index ce2a8c5..c1e37e6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -10,7 +10,7 @@ powwow_LDFLAGS = @dl_ldflags@ powwowdir = $(pkgincludedir) powwow_HEADERS = beam.h cmd.h log.h edit.h cmd2.h eval.h \ utils.h main.h tcp.h list.h map.h tty.h \ - ptr.h defines.h + ptr.h defines.h feature/regex.h powwow_muc_SOURCES = powwow-muc.c powwow_movieplay_SOURCES = powwow-movieplay.c |