Quellcode durchsuchen

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>
Jan Friesse vor 7 Jahren
Ursprung
Commit
40a13843d1
3 geänderte Dateien mit 3 neuen und 8 gelöschten Zeilen
  1. 0 5
      corosync.spec.in
  2. 2 2
      include/Makefile.am
  3. 1 1
      pkgconfig/Makefile.am

+ 0 - 5
corosync.spec.in

@@ -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

+ 2 - 2
include/Makefile.am

@@ -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/%)

+ 1 - 1
pkgconfig/Makefile.am

@@ -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