comparison Makefile.am @ 25391:26070f36f1e7

Provide octave configuration files for pkg-config (bug #48775) * libinterp/octinterp.in.pc, liboctave/octave.in.pc: templates for the octave and libinterp .pc files. * Makefile.am, libinterp/module.mk, liboctave/module.mk, configure.ac: integrate the new .pc files in the build system. Clean by distclean since they are created by the configure script.
author Carnë Draug <carandraug@octave.org>
date Sun, 04 Sep 2016 16:09:43 +0100
parents ec119a613e3b
children e255f09dc70e
comparison
equal deleted inserted replaced
25390:8c10ad441b24 25391:26070f36f1e7
180 octlib_LTLIBRARIES = 180 octlib_LTLIBRARIES =
181 noinst_LTLIBRARIES = 181 noinst_LTLIBRARIES =
182 182
183 octinclude_HEADERS = 183 octinclude_HEADERS =
184 nodist_octinclude_HEADERS = 184 nodist_octinclude_HEADERS =
185
186 pkgconfig_DATA =
185 187
186 DIST_SRC = 188 DIST_SRC =
187 189
188 ALL_LOCAL_TARGETS = 190 ALL_LOCAL_TARGETS =
189 191