Changeset a529f28 in git


Ignore:
Timestamp:
Nov 16, 2010, 2:32:19 PM (13 years ago)
Author:
Mohamed Barakat <mohamed.barakat@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
6d5efe5a213834baa7594bf27e1bd4cb94e770ba
Parents:
b36d80c972a2393ddd24e3fd3a38e38964d5a2c4
git-author:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2010-11-16 14:32:19+01:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:39+01:00
Message:
done with misc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • misc/Makefile.in

    rb36d80c ra529f28  
    1010## various paths
    1111##
    12 srcdir          = .
     12top_srcdir      = @top_srcdir@
    1313prefix          = @prefix@
    1414exec_prefix     = @exec_prefix@
    1515libdir          = @libdir@
    1616# includes are taken from here
    17 includedir      = @includedir@
     17includedir      = @includedir@/misc
    1818
    1919##
     
    3535CXXFLAGS        = @CXXFLAGS@ ${PIPE}
    3636CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
    37 CPPFLAGS        = -I${srcdir} -I${includedir}
     37CPPFLAGS        = -I${srcdir} -I${includedir} -I${top_srcdir}/..
    3838DEFS            = -DNDEBUG -DOM_NDEBUG -Dix86_Linux -DHAVE_CONFIG_H
    3939
Note: See TracChangeset for help on using the changeset viewer.