Changeset 2870a4 in git for factory/Makefile.am


Ignore:
Timestamp:
Mar 5, 2014, 1:41:05 PM (10 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', 'e7cc1ebecb61be8b9ca6c18016352af89940b21a')
Children:
31bb7ae2c801c87834b44c6005072547758c3278
Parents:
2dcd2472263aa4dc28eef2ff6149980cf8c3bc88
git-author:
Martin Lee <martinlee84@web.de>2014-03-05 13:41:05+01:00
git-committer:
Martin Lee <martinlee84@web.de>2014-03-06 11:04:14+01:00
Message:
fix: standalone build of factory
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/Makefile.am

    r2dcd24 r2870a4  
    33SUBDIRS=include/factory libfac
    44
    5 AM_CPPFLAGS = -I${builddir}/include -I${srcdir}/include $(FLINT_CFLAGS) ${GMP_CFLAGS} ${NTL_CFLAGS} ${OMALLOC_CFLAGS}
     5AM_CPPFLAGS = -I${builddir}/include -I${srcdir}/include $(FLINT_CFLAGS) $(GMP_CFLAGS) $(NTL_CFLAGS) $(OMALLOC_CFLAGS)
    66
    77lib_LTLIBRARIES = libfactory.la
    88
    99libfactory_la_LIBADD     = ${builddir}/libfac/libfac.la \
    10 ${builddir}/../omalloc/libomalloc.la ${builddir}/../resources/libresources.la \
    11 $(FLINT_LIBS) ${GMP_LIBS} ${NTL_LIBS}
     10$(OMALLOC_LDFLAGS) $(OMALLOC_R_LDADD) $(FLINT_LIBS) $(GMP_LIBS) $(NTL_LIBS)
    1211
    1312libfactory_la_LDFLAGS    = -release ${PACKAGE_VERSION}
Note: See TracChangeset for help on using the changeset viewer.