From ca35596e686370778e549f62b10453ed42dd1884 Mon Sep 17 00:00:00 2001 From: "Breuninger Matthias (ETAS-DAP/XPC-Fe3)" Date: Fri, 17 Jan 2025 17:42:02 +0100 Subject: [PATCH] fix: Add lldpctl.hpp to the include list --- redhat/lldpd.spec | 1 + src/lib/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/redhat/lldpd.spec b/redhat/lldpd.spec index 4b451e55..4476484d 100644 --- a/redhat/lldpd.spec +++ b/redhat/lldpd.spec @@ -314,6 +314,7 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/liblldpctl.a %{_libdir}/pkgconfig/lldpctl.pc %{_includedir}/lldpctl.h +%{_includedir}/lldpctl.hpp %{_includedir}/lldp-const.h %changelog diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index f7dbb033..5d6965f4 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -3,7 +3,7 @@ AM_CPPFLAGS = $(LLDP_CPPFLAGS) AM_LDFLAGS = $(LLDP_LDFLAGS) lib_LTLIBRARIES = liblldpctl.la -include_HEADERS = lldpctl.h +include_HEADERS = lldpctl.h lldpctl.hpp noinst_LTLIBRARIES = libfixedpoint.la libfixedpoint_la_SOURCES = fixedpoint.h fixedpoint.c -- 2.39.5