Changeset b4a676 in git for factory/Makefile.am


Ignore:
Timestamp:
Mar 29, 2012, 1:34:51 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fca452a782a426cceaa9e98f3a95b5a5acccd04f
Parents:
da4e5cb9371055727eda739b44f619c7eabeab5e
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-29 13:34:51+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-03-29 13:49:42+02:00
Message:
made findexec into a standalone library + removal of resources

add: findexec/configure.ac
del: removed the rests of libpolys/resources & references to it from everywhere
fix: findexec/feResource.cc should better not use S_UNAME
chg: factory should only need findexec & omalloc for testing
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    rda4e5c rb4a676  
    338338
    339339# The following ('..') is a hack for a while...
    340 TESTADDLIBDIRS = ${OMALLOC_LDFLAGS} -L${builddir}/../findexec -L${builddir}/../libpolys
     340TESTADDLIBDIRS = ${OMALLOC_LDFLAGS}
    341341TESTADDLIB = $(TESTADDLIBDIRS) $(OMALLOC_R_LDADD)
    342342TESTADDLIBDEBUG = $(TESTADDLIBDIRS) $(OMALLOC_G_LDADD)
Note: See TracChangeset for help on using the changeset viewer.