Changeset 18357


Ignore:
Timestamp:
11/07/15 17:43:40 (9 years ago)
Author:
tbretz
Message:
Added missing include of erfa directory
Location:
trunk/FACT++
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/Makefile.am

    r18356 r18357  
    1111
    1212AM_CFLAGS   = -pedantic
    13 AM_CPPFLAGS = -Idim/dim -Ipal -Isofa/src $(DIM_FLAGS) $(BOOST_FLAGS) $(ROOTCPPFLAGS) \
     13AM_CPPFLAGS = -Idim/dim -Ipal -Isofa/src -Ierfa/src \
     14   $(DIM_FLAGS) $(BOOST_FLAGS) $(ROOTCPPFLAGS) \
    1415   -Wall -Winit-self -Wpointer-arith -Wcast-align -Wextra -Wformat=2 \
    1516   $(SVN_REVISION)
  • trunk/FACT++/Makefile.in

    r18356 r18357  
    905905BOOST_FLAGS = -DBOOST_DISABLE_ASSERTS
    906906AM_CFLAGS = -pedantic
    907 AM_CPPFLAGS = -Idim/dim -Ipal -Isofa/src $(DIM_FLAGS) $(BOOST_FLAGS) $(ROOTCPPFLAGS) \
     907AM_CPPFLAGS = -Idim/dim -Ipal -Isofa/src -Ierfa/src \
     908   $(DIM_FLAGS) $(BOOST_FLAGS) $(ROOTCPPFLAGS) \
    908909   -Wall -Winit-self -Wpointer-arith -Wcast-align -Wextra -Wformat=2 \
    909910   $(SVN_REVISION)
Note: See TracChangeset for help on using the changeset viewer.