Skip to content
  • Aaron Conole's avatar
    libX.pc: use the correct output directory · 1e78e308
    Aaron Conole authored
    When the ovsdb library pkgconfig changes were introduced, they placed
    generated output in the src directory.  This is incorrect, however, as
    the output files should actually be placed in the build directory.  It
    is only seen when running `make distcheck` after enabling shared
    libraries (ex: `./configure --enable-shared`).
    
    Fixes: commit e72e07a9
    
     ("lib: Add support for pkgconfig for libovsdb.")
    Signed-off-by: default avatarAaron Conole <aconole@redhat.com>
    Signed-off-by: default avatarBen Pfaff <blp@ovn.org>
    1e78e308