From d8a5b64b1bc378672888adb4a48d3d2b05ebfc9c Mon Sep 17 00:00:00 2001 From: Karl Heyes Date: Wed, 26 Mar 2003 22:13:54 +0000 Subject: [PATCH] Add package wide CFLAGS, typically used for the pthread options svn path=/trunk/log/; revision=4543 --- log/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/log/Makefile.am b/log/Makefile.am index 4c8c893..d2bf181 100644 --- a/log/Makefile.am +++ b/log/Makefile.am @@ -6,6 +6,7 @@ noinst_LTLIBRARIES = libicelog.la noinst_HEADERS = log.h libicelog_la_SOURCES = log.c +AM_CFLAGS = $(XIPH_CFLAGS) # SCCS stuff (for BitKeeper) GET = true