Sfoglia il codice sorgente

build: Fix alignment of start-stop-daemon automake rules

Guillem Jover 16 anni fa
parent
commit
ae4505efec
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      utils/Makefile.am

+ 3 - 3
utils/Makefile.am

@@ -10,12 +10,12 @@ AM_CPPFLAGS = \
 sbin_PROGRAMS =
 
 if WITH_START_STOP_DAEMON
-  sbin_PROGRAMS += start-stop-daemon
+sbin_PROGRAMS += start-stop-daemon
 
-  start_stop_daemon_SOURCES = \
+start_stop_daemon_SOURCES = \
 	start-stop-daemon.c
 
-  start_stop_daemon_LDADD = \
+start_stop_daemon_LDADD = \
 	../lib/compat/libcompat.a \
 	$(SSD_LIBS)
 endif