From ff24aff355d9d34fdbf1cb2f5480e19208569d84 Mon Sep 17 00:00:00 2001 From: David Runge Date: Tue, 14 Dec 2021 22:12:42 +0100 Subject: [PATCH] Setup all header files for installation in Makefile.am Makefile.am: Sort the list of headers alphabetically and add all missing ones (systemdeps.h). --- Makefile.am | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Makefile.am b/Makefile.am index 1b638b9..82b69d4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -33,19 +33,19 @@ dist-hook: dist-check-doxygen libjackincludedir = $(includedir)/jack libjackinclude_HEADERS = \ + jack/control.h \ jack/intclient.h \ jack/jack.h \ + jack/jslist.h \ + jack/metadata.h \ + jack/midiport.h \ jack/ringbuffer.h \ - jack/statistics.h \ jack/session.h \ + jack/statistics.h \ + jack/systemdeps.h \ jack/thread.h \ jack/transport.h \ jack/types.h \ - jack/midiport.h \ - jack/weakmacros.h \ + jack/uuid.h \ jack/weakjack.h \ - jack/control.h \ - jack/metadata.h \ - jack/uuid.h \ - jack/jslist.h - + jack/weakmacros.h