Changeset 2c889f in git for libpolys/polys


Ignore:
Timestamp:
May 8, 2013, 4:12:34 PM (11 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
9ba92b7901662d0c96c6de7bab836cec2107c087
Parents:
02d3d641de579bc515b51a2769fe96f9149cd067
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-08 16:12:34+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-05-23 22:47:01+02:00
Message:
Code update corresponding to renaming findexec into resources
Location:
libpolys/polys
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/Makefile.am

    r02d3d6 r2c889f  
    160160templates_p_Procs_Generate_CPPFLAGS = ${NODEBUGDEFS} ${USE_P_PROCS_STATIC} ${AM_CPPFLAGS}
    161161
    162 templates_p_Procs_Generate_LDADD    = -lreporter -lmisc -lomalloc -lfindexec
    163 templates_p_Procs_Generate_LDFLAGS  = -L${builddir} -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/misc -L${top_builddir}/../omalloc -L${top_builddir}/../findexec
     162templates_p_Procs_Generate_LDADD    = -lreporter -lmisc -lomalloc -lresources
     163templates_p_Procs_Generate_LDFLAGS  = -L${builddir} -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/misc -L${top_builddir}/../omalloc -L${top_builddir}/../resources
    164164
    165165templates/p_Procs.inc: templates/p_Procs_Generate$(EXEEXT)
  • libpolys/polys/mod_raw.cc

    r02d3d6 r2c889f  
    2626#include <reporter/reporter.h>
    2727
    28 #include <findexec/feResource.h>
     28#include <resources/feResource.h>
    2929
    3030#include "mod_raw.h"
Note: See TracChangeset for help on using the changeset viewer.