소스 검색

Rename sr_load utility to srp_load

Serj Kalichev 5 달 전
부모
커밋
7628ffed96
2개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      bin/Makefile.am
  2. 0 0
      bin/srp_load.c

+ 4 - 4
bin/Makefile.am

@@ -1,14 +1,14 @@
 bin_PROGRAMS += \
 	bin/ytree \
-	bin/sr_load
+	bin/srp_load
 
 bin_ytree_SOURCES = \
 	bin/ytree.c \
 	src/pline.c \
 	src/kly.c
 
-bin_sr_load_SOURCES = \
-	bin/sr_load.c
+bin_srp_load_SOURCES = \
+	bin/srp_load.c
 
-bin_sr_load_LDADD = \
+bin_srp_load_LDADD = \
 	libklish-plugin-sysrepo.la

+ 0 - 0
bin/sr_load.c → bin/srp_load.c