]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
fix: Add lldpctl.hpp to the include list
authorBreuninger Matthias (ETAS-DAP/XPC-Fe3) <Matthias.Breuninger@etas.com>
Fri, 17 Jan 2025 16:42:02 +0000 (17:42 +0100)
committerVincent Bernat <vincent@bernat.ch>
Fri, 17 Jan 2025 21:23:38 +0000 (22:23 +0100)
redhat/lldpd.spec
src/lib/Makefile.am

index 4b451e55a322d7a7ac2e4d7c968bd0701aa66a66..4476484ddb9f62c77e57fe43e0b4829a1cdd1588 100644 (file)
@@ -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
index f7dbb0335664f2b510ca673a60b9c789b345d62d..5d6965f4f88fb1bbe7a285e2c19c26f826294750 100644 (file)
@@ -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