lib/Makefile: Fix bogus formatting.
authorMark Wooding <mdw@distorted.org.uk>
Fri, 26 Jul 2019 23:44:31 +0000 (00:44 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 27 Jul 2019 13:56:30 +0000 (14:56 +0100)
lib/Makefile.am

index cac544d..9d36d6c 100644 (file)
@@ -35,7 +35,7 @@ libsod_la_LDFLAGS      = -version-info $(LIBTOOL_VERSION_INFO)
 libsod_la_SOURCES       =
 
 nodist_libsod_la_SOURCES =
-nodist_pkginclude_HEADERS=
+nodist_pkginclude_HEADERS =
 
 ###--------------------------------------------------------------------------
 ### The source files.
@@ -51,8 +51,8 @@ dist_man_MANS         += sod.3
 ###--------------------------------------------------------------------------
 ### Generated builtin module.
 
-nodist_libsod_la_SOURCES+= sod-base.c
-nodist_pkginclude_HEADERS+= sod-base.h
+nodist_libsod_la_SOURCES += sod-base.c
+nodist_pkginclude_HEADERS += sod-base.h
 BUILT_SOURCES          += $(nodist_libsod_la_SOURCES) \
                                $(nodist_pkginclude_HEADERS)