Browse Source
Setup all header files for installation in Makefile.am
Makefile.am:
Sort the list of headers alphabetically and add all missing ones
(systemdeps.h).
pull/111/head
David Runge
4 years ago
No known key found for this signature in database
GPG Key ID: 54C28F4FF5A1A949
1 changed files with
8 additions and
8 deletions
-
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 |