Ignore:
Timestamp:
05/25/06 21:55:11 (7 years ago)
Author:
sam
Message:
  • Added -I${top_srcdir} to the compilation flags to fix builds configured from an alternate directory (they failed to find common.h).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/cxx/Makefile.am

    r899 r977  
    11# $Id: Makefile.am 552 2006-04-13 16:10:16Z jylam $ 
    22 
    3 AM_CPPFLAGS = -I$(top_srcdir)/cucul -I$(top_srcdir)/caca 
     3AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/cucul -I$(top_srcdir)/caca 
    44 
    55if USE_CXX 
Note: See TracChangeset for help on using the changeset viewer.