|
@ -5,6 +5,7 @@ pkgconfigdir = $(libdir)/pkgconfig |
|
|
pkgconfig_DATA = cln.pc |
|
|
pkgconfig_DATA = cln.pc |
|
|
|
|
|
|
|
|
EXTRA_DIST = cln.pc.in cln.spec.in |
|
|
EXTRA_DIST = cln.pc.in cln.spec.in |
|
|
|
|
|
DISTCLEANFILES = cln.pc |
|
|
|
|
|
|
|
|
$(pkgconfig_DATA): config.status |
|
|
$(pkgconfig_DATA): config.status |
|
|
|
|
|
|
|
@ -99,6 +100,12 @@ include/cln/config.h \ |
|
|
include/cln/host_cpu.h \ |
|
|
include/cln/host_cpu.h \ |
|
|
include/cln/intparam.h |
|
|
include/cln/intparam.h |
|
|
|
|
|
|
|
|
|
|
|
DISTCLEANFILES += \
|
|
|
|
|
|
include/cln/config.h \ |
|
|
|
|
|
include/cln/host_cpu.h \ |
|
|
|
|
|
include/cln/intparam.h \ |
|
|
|
|
|
include/cln/floatparam.h |
|
|
|
|
|
|
|
|
EXTRA_DIST += include/cln/config.h.in \
|
|
|
EXTRA_DIST += include/cln/config.h.in \
|
|
|
include/cln/host_cpu.h.in \
|
|
|
include/cln/host_cpu.h.in \
|
|
|
include/cln/version.h.in \
|
|
|
include/cln/version.h.in \
|
|
|