summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Runge <dave@sleepmap.de>2021-12-14 22:12:42 +0100
committerFilipe Coelho <falktx@falktx.com>2021-12-14 21:42:35 +0000
commitff24aff355d9d34fdbf1cb2f5480e19208569d84 (patch)
tree6b711d0db560a552240f732c8891798dee0e8328
parentea9723457aa26854eba0481fc268c7477c9db66f (diff)
downloadjack1-ff24aff355d9d34fdbf1cb2f5480e19208569d84.tar.gz
Setup all header files for installation in Makefile.am
Makefile.am: Sort the list of headers alphabetically and add all missing ones (systemdeps.h).
-rw-r--r--Makefile.am16
1 files 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