Merge branch 'ical'
[alpine.git] / regex / Makefile.am
blob78e7c1971012db7ca5a478c58d1d1c967ade6a8a
1 ## Process this file with automake to produce Makefile.in
2 ## Use aclocal -I m4; automake
4 # ========================================================================
5 # Copyright 2006-2007 University of Washington
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
11 #     http://www.apache.org/licenses/LICENSE-2.0
13 # ========================================================================
15 noinst_LIBRARIES = libregex.a
17 libregex_a_SOURCES = regcomp.c regerror.c regexec.c regfree.c
19 AM_CPPFLAGS = -I@top_builddir@/include -I@top_srcdir@/include