Changeset 175590 in git for Singular


Ignore:
Timestamp:
Dec 14, 2021, 3:34:16 PM (2 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
d0f41676ab81e97f36215dcae477cbd7b5ef45cf
Parents:
93315a26cf323cb99daaa70c9c54bc92771c6388
Message:
fix: build libparse
Location:
Singular
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    r93315a2 r175590  
    188188libparse_CPPFLAGS = ${AM_CPPFLAGS} -DSTANDALONE_PARSER
    189189
    190 libparse_SOURCES = libparse.cc fegetopt.c fegetopt.h utils.cc utils.h
    191 
    192 libparse_LDADD =
     190libparse_SOURCES = libparse.cc utils.cc utils.h
     191
     192libparse_LDADD = ${top_builddir}/resources/libsingular_resources.la
    193193libparse_LDFLAGS = ${AM_LDFLAGS}
    194194
  • Singular/utils.cc

    r93315a2 r175590  
    33#ifdef STANDALONE_PARSER
    44
    5 #include "Singular/fegetopt.h"
     5#include "resources/fegetopt.h"
    66#include "Singular/utils.h"
    77#include "Singular/libparse.h"
Note: See TracChangeset for help on using the changeset viewer.