From: Alex Rousskov Date: Sun, 30 Mar 2008 19:38:51 +0000 (-0600) Subject: Added new source files. X-Git-Tag: SQUID_3_1_0_1~49^2~302^2~25 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=429428c70009957987badd1e00eb671b69ccb2d9;p=thirdparty%2Fsquid.git Added new source files. --- diff --git a/src/adaptation/Makefile.am b/src/adaptation/Makefile.am index 132c0f074c..cc7692f248 100644 --- a/src/adaptation/Makefile.am +++ b/src/adaptation/Makefile.am @@ -9,10 +9,19 @@ INCLUDES = \ noinst_LTLIBRARIES = libadaptation.la libadaptation_la_SOURCES = \ + Config.cc \ + Config.h \ Elements.cc \ Elements.h \ + forward.h \ + Initiate.cc \ + Initiate.h \ + Initiator.cc \ + Initiator.h \ Service.cc \ Service.h \ + ServiceConfig.cc \ + ServiceConfig.h \ Xaction.cc \ Xaction.h