This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack1
mirror of
https://github.com/jackaudio/jack1
Watch
1
Star
0
Fork
0
Code
Releases
19
Activity
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).
tags/0.126.0
David Runge
Filipe Coelho
<falktx@falktx.com>
4 years ago
parent
ea9723457a
commit
ff24aff355
1 changed files
with
8 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-8
Makefile.am
+ 8
- 8
Makefile.am
View File
@@ -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
Write
Preview
Loading…
Cancel
Save