From: tsutsumi <> Date: Wed, 17 Sep 2003 21:15:46 +0000 (+0000) Subject: add missing file X-Git-Tag: rev-1-0-rc1~41 X-Git-Url: http://git.osdn.net/view?p=ccunit%2Fccunit.git;a=commitdiff_plain;h=bc9e4fba4e2285cd5f3ac848199f924dcd6381df add missing file --- diff --git a/Makefile.am b/Makefile.am index eb9c548..af516d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -22,9 +22,12 @@ ACLOCAL_AMFLAGS = -I config SUBDIRS=. src doc tests -AM_CFLAGS=-I$(top_srcdir)/src -ggdb -Wall -Werror +AM_CFLAGS=-I$(top_srcdir)/src -Wall -Werror AM_LDFLAGS=-L$(top_srcdir)/src/ccunit CLEANFILES=*~ .*~ ./\#*\# *.log configure.scan *.tar.gz *.tar.bz2 *.zip \ config/*~ config/.*~ -EXTRA_DIST = BUGS config/arg_with_doxygen.m4 ChangeLog ChangeLog.0 +EXTRA_DIST = BUGS ChangeLog ChangeLog.0 \ + config/arg_with_doxygen.m4 \ + config/ac_create_prefix_config_h.m4 +