Changeset 1de854 in git for resources/Makefile.in


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

Legend:

Unmodified
Added
Removed
  • resources/Makefile.in

    r6d5efe5 r1de854  
    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@/resources
    1818
    1919##
     
    3535CXXFLAGS        = @CXXFLAGS@ ${PIPE}
    3636CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
    37 CPPFLAGS        = -I${srcdir} -I${includedir} -I${prefix}/include/@project@/
     37CPPFLAGS        = -I${top_srcdir}/..
    3838DEFS            = -DNDEBUG -DOM_NDEBUG -Dix86_Linux -DHAVE_CONFIG_H
    3939
Note: See TracChangeset for help on using the changeset viewer.