From c1aef030273d4b34b99858dfc4a7af42ea694ae7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Wed, 16 Dec 2015 03:59:33 +0000 Subject: [PATCH] lib/Makefile.am: List headers before sources. The header file works as a sort of natural stanza heading to categorize the immediately following source files. --- lib/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 939f721..a1348ae 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -40,8 +40,8 @@ nodist_pkginclude_HEADERS= ###-------------------------------------------------------------------------- ### The source files. -libsod_la_SOURCES += sod.c pkginclude_HEADERS += sod.h +libsod_la_SOURCES += sod.c ###-------------------------------------------------------------------------- ### Generated builtin module. -- 2.11.0