Преглед изворни кода

Remove cs_config.h from global header install

Signed-off-by: Steven Dake <sdake@redhat.com>
Reviewed-by: Jan Friesse <jfriesse@redhat.com>
Steven Dake пре 14 година
родитељ
комит
9a2eb5d521
2 измењених фајлова са 2 додато и 3 уклоњено
  1. 0 1
      corosync.spec.in
  2. 2 2
      include/Makefile.am

+ 0 - 1
corosync.spec.in

@@ -262,7 +262,6 @@ The Corosync Cluster Engine APIs.
 %defattr(-,root,root,-)
 %defattr(-,root,root,-)
 %doc LICENSE
 %doc LICENSE
 %dir %{_includedir}/corosync/
 %dir %{_includedir}/corosync/
-%{_includedir}/corosync/cs_config.h
 %{_includedir}/corosync/corodefs.h
 %{_includedir}/corosync/corodefs.h
 %{_includedir}/corosync/cfg.h
 %{_includedir}/corosync/cfg.h
 %{_includedir}/corosync/cmap.h
 %{_includedir}/corosync/cmap.h

+ 2 - 2
include/Makefile.am

@@ -31,12 +31,12 @@
 
 
 MAINTAINERCLEANFILES    = Makefile.in corosync/config.h.in
 MAINTAINERCLEANFILES    = Makefile.in corosync/config.h.in
 
 
-CS_H			= hdb.h cs_config.h cpg.h cfg.h evs.h corodefs.h \
+CS_H			= hdb.h cpg.h cfg.h evs.h corodefs.h \
 			corotypes.h quorum.h votequorum.h sam.h cmap.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 	\
 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 \
 			jhash.h pload.h quorum.h sq.h ipc_votequorum.h ipc_cmap.h \
-			logsys.h coroapi.h icmap.h mar_gen.h list.h swab.h
+			logsys.h coroapi.h icmap.h mar_gen.h list.h swab.h cs_config.h
 
 
 TOTEM_H			= totem.h totemip.h totempg.h
 TOTEM_H			= totem.h totemip.h totempg.h