From: Alex Rousskov Date: Thu, 19 Feb 2009 17:40:19 +0000 (-0700) Subject: Renamed common.am to Common.am to better blend with Makefile.am and sources X-Git-Tag: SQUID_3_2_0_1~1183^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97bd4671690a070325b617e7671c18356e8d2edd;p=thirdparty%2Fsquid.git Renamed common.am to Common.am to better blend with Makefile.am and sources naming scheme. --- diff --git a/src/common.am b/src/Common.am similarity index 100% rename from src/common.am rename to src/Common.am diff --git a/src/base/Makefile.am b/src/base/Makefile.am index f96e5f7c63..fcf5420130 100644 --- a/src/base/Makefile.am +++ b/src/base/Makefile.am @@ -1,5 +1,5 @@ -include $(top_srcdir)/src/common.am +include $(top_srcdir)/src/Common.am noinst_LTLIBRARIES = libbase.la