Changeset 15bd1fc in git


Ignore:
Timestamp:
Oct 18, 2013, 4:32:31 PM (9 years ago)
Author:
Max Horn <max@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'f875bbaccd0831e36aaed09ff6adeb3eb45aeb94')
Children:
7345547252dc2de74d754b8323ebad2ca69c4712
Parents:
d7bdb0067c6572e557c14f47aa6d27f207652863
Message:
Fix to allow external code to use libsingular

Without this change, it is impossible to link a 3rd party tools (such as the libsing GAP package) against a version of libsingular installed via "make install", as no "libpolys" directory is installed.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/libsingular.h

    rd7bdb0 r15bd1fc  
    88#include <kernel/polys.h>
    99#include <coeffs/numbers.h>
    10 #include <libpolys/coeffs/longrat.h>
     10#include <coeffs/longrat.h>
    1111#include <kernel/febase.h>
    1212#include <polys/monomials/ring.h>
Note: See TracChangeset for help on using the changeset viewer.