Changeset 199 for trunk

Show
Ignore:
Timestamp:
11/19/08 13:45:40 (17 years ago)
Author:
yumileroy
Message:

[svn] Fix build in Linux. Patch provided by SyRiOCoP.

Original author: megamage
Date: 2008-11-08 17:55:48-06:00

Location:
trunk/src/shared
Files:
1 added
1 removed
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/src/shared/Makefile.am

    r102 r199  
    1010# This program is distributed in the hope that it will be useful, 
    1111# but WITHOUT ANY WARRANTY; without even the implied warranty of 
    12 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 
     12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    1313# GNU General Public License for more details. 
    1414# 
    1515# You should have received a copy of the GNU General Public License 
    1616# along with this program; if not, write to the Free Software 
    17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 
     17# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
    1818 
    1919## Process this file with automake to produce Makefile.in 
     
    3232$(MYSQL_INCLUDES) \ 
    3333$(POSTGRE_INCLUDES) \ 
     34$(TRINI_INCLUDES) \ 
    3435-I$(top_srcdir)/dep/include \ 
    3536-I$(top_srcdir)/src/framework 
     
    109110#  Disabled packet logger 
    110111EXTRA_DIST = \ 
    111         PacketLog.cpp \ 
    112         PacketLog.h 
     112    PacketLog.cpp \ 
     113    PacketLog.h 
    113114 
    114115# System Win32 files 
    115116EXTRA_DIST += \ 
    116         ServiceWin32.cpp \ 
    117         ServiceWin32.h \ 
    118         WheatyExceptionReport.cpp \ 
    119         WheatyExceptionReport.h 
    120  
    121  
     117    ServiceWin32.cpp \ 
     118    ServiceWin32.h \ 
     119    WheatyExceptionReport.cpp \ 
     120    WheatyExceptionReport.h