Skip to content
  • Allison Karlitskaya's avatar
    make tests not dynamic link against /lib/libglib · 3e30e8a8
    Allison Karlitskaya authored
    For some reason, even though the tests are linked against libgobject.la
    and libgobject.la mentions libglib.la as a dependency, the tests are
    running against the system glib instead of the in-tree one.
    
    Adding the libglib.la file as an explicit LDFLAG fixes it.
    3e30e8a8