Sfoglia il codice sorgente

build: Add the headers necessary for RPM build

Signed-off-by: yuskiida <yusk.iida@gmail.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
yuskiida 8 anni fa
parent
commit
e7734fab70
3 ha cambiato i file con 3 aggiunte e 2 eliminazioni
  1. 1 0
      corosync.spec.in
  2. 1 1
      exec/Makefile.am
  3. 1 1
      include/Makefile.am

+ 1 - 0
corosync.spec.in

@@ -350,6 +350,7 @@ The Corosync Cluster Engine APIs.
 %{_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

+ 1 - 1
exec/Makefile.am

@@ -36,7 +36,7 @@ noinst_HEADERS		= apidef.h cs_queue.h logconfig.h main.h \
 			  totemnet.h totemudp.h \
 			  totemudpu.h totemsrp.h util.h vsf.h \
 			  schedwrk.h sync.h fsm.h votequorum.h vsf_ykd.h \
-			  totemknet.h stats.h
+			  totemknet.h stats.h ipcs_stats.h
 
 TOTEM_SRC		= totemip.c totemnet.c totemudp.c \
 			  totemudpu.c totemsrp.c \

+ 1 - 1
include/Makefile.am

@@ -38,7 +38,7 @@ CS_INTERNAL_H		= ipc_cfg.h ipc_cpg.h ipc_quorum.h 	\
 			quorum.h sq.h ipc_votequorum.h ipc_cmap.h \
 			logsys.h coroapi.h icmap.h mar_gen.h swab.h
 
-TOTEM_H			= totem.h totemip.h totempg.h
+TOTEM_H			= totem.h totemip.h totempg.h totemstats.h
 
 EXTRA_DIST 		= $(noinst_HEADERS)