Przeglądaj źródła

Remove mar_gen.h from global header install since it is not needed

Signed-off-by: Steven Dake <sdake@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Steven Dake 14 lat temu
rodzic
commit
0031919a3f
2 zmienionych plików z 2 dodań i 3 usunięć
  1. 0 1
      corosync.spec.in
  2. 2 2
      include/Makefile.am

+ 0 - 1
corosync.spec.in

@@ -271,7 +271,6 @@ The Corosync Cluster Engine APIs.
 %{_includedir}/corosync/evs.h
 %{_includedir}/corosync/hdb.h
 %{_includedir}/corosync/list.h
-%{_includedir}/corosync/mar_gen.h
 %{_includedir}/corosync/sam.h
 %{_includedir}/corosync/swab.h
 %{_includedir}/corosync/quorum.h

+ 2 - 2
include/Makefile.am

@@ -31,13 +31,13 @@
 
 MAINTAINERCLEANFILES    = Makefile.in corosync/config.h.in
 
-CS_H			= hdb.h cs_config.h cpg.h cfg.h evs.h mar_gen.h swab.h 	\
+CS_H			= hdb.h cs_config.h cpg.h cfg.h evs.h swab.h 	\
 			corodefs.h \
 			list.h corotypes.h quorum.h votequorum.h sam.h cmap.h
 
 CS_INTERNAL_H		= ipc_cfg.h ipc_cpg.h ipc_evs.h ipc_pload.h ipc_quorum.h 	\
 			jhash.h pload.h quorum.h sq.h ipc_votequorum.h ipc_cmap.h \
-			logsys.h coroapi.h icmap.h
+			logsys.h coroapi.h icmap.h mar_gen.h
 
 ENGINE_H		= quorum.h