ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-7.2/lib/pcre/Makefile.am
Revision: 964
Committed: Sat Aug 1 16:08:20 2009 UTC (14 years, 7 months ago) by michael
File size: 432 byte(s)
Log Message:
- add pcre_newline.c to lib/pcre/

File Contents

# Content
1 AUTOMAKE_OPTIONS = foreign
2
3 noinst_LIBRARIES = libpcre.a
4 libpcre_a_SOURCES = pcre_chartables.c \
5 pcre_compile.c \
6 pcre_exec.c \
7 pcre_globals.c \
8 pcre_newline.c \
9 pcre_study.c \
10 pcre_tables.c \
11 pcre_fullinfo.c \
12 pcre_try_flipped.c