diff options
Diffstat (limited to 'contrib/hsrex/Makefile.am')
-rw-r--r-- | contrib/hsrex/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/contrib/hsrex/Makefile.am b/contrib/hsrex/Makefile.am new file mode 100644 index 0000000..11b979a --- /dev/null +++ b/contrib/hsrex/Makefile.am @@ -0,0 +1,10 @@ +# FIXME: We probably need both ASCII and widechar versions +# as separate libraries. +AM_CPPFLAGS = -DREGEX_STANDALONE +# -DREGEX_WCHAR + +noinst_LTLIBRARIES = libhswrex.la +libhswrex_la_SOURCES = regcomp.c regexec.c regerror.c regfree.c regalone.c \ + regalone.h regcustom.h regerrs.h regex.h regguts.h +# included from regcomp.c and regexec.c +EXTRA_libhswrex_la_SOURCES = regc_color.c regc_cvec.c regc_lex.c regc_locale.c regc_nfa.c |