mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-10-04 04:08:57 +00:00
build: Remove totempg shared library leftovers
Because totempg is not distributed it doesn't make sense to distribute totem header files. Also pkgconfig file should not be created any more. Signed-off-by: Jan Friesse <jfriesse@redhat.com> Reviewed-by: Christine Caulfield <ccaulfie@redhat.com>
This commit is contained in:
parent
853e5b96fb
commit
40a13843d1
@ -247,11 +247,6 @@ The Corosync Cluster Engine APIs.
|
||||
%{_includedir}/corosync/sam.h
|
||||
%{_includedir}/corosync/quorum.h
|
||||
%{_includedir}/corosync/votequorum.h
|
||||
%dir %{_includedir}/corosync/totem/
|
||||
%{_includedir}/corosync/totem/totem.h
|
||||
%{_includedir}/corosync/totem/totemip.h
|
||||
%{_includedir}/corosync/totem/totempg.h
|
||||
%{_includedir}/corosync/totem/totemstats.h
|
||||
%{_libdir}/libcfg.so
|
||||
%{_libdir}/libcpg.so
|
||||
%{_libdir}/libcmap.so
|
||||
|
@ -42,6 +42,6 @@ TOTEM_H = totem.h totemip.h totempg.h totemstats.h
|
||||
|
||||
EXTRA_DIST = $(noinst_HEADERS)
|
||||
|
||||
noinst_HEADERS = $(CS_INTERNAL_H:%=corosync/%)
|
||||
noinst_HEADERS = $(CS_INTERNAL_H:%=corosync/%) $(TOTEM_H:%=corosync/totem/%)
|
||||
|
||||
nobase_include_HEADERS = $(CS_H:%=corosync/%) $(TOTEM_H:%=corosync/totem/%)
|
||||
nobase_include_HEADERS = $(CS_H:%=corosync/%)
|
||||
|
@ -33,7 +33,7 @@ MAINTAINERCLEANFILES = Makefile.in
|
||||
EXTRA_DIST = libtemplate.pc.in corosync.pc.in
|
||||
|
||||
LIBS = cfg cpg quorum \
|
||||
totem_pg votequorum sam cmap corosync_common
|
||||
votequorum sam cmap corosync_common
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user