summarylogtreecommitdiffstats
path: root/install-headers.patch
blob: 78260c7117c64a470899ed75568d75f3281de8cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
diff --git src/Makefile.autotools.am src/Makefile.autotools.am
--- src/Makefile.autotools.am
+++ src/Makefile.autotools.am
@@ -1,5 +1,14 @@
 ## vgmstream autotools script
 
+__vgmstream_includedir = $(includedir)/vgmstream
+__vgmstream_include_HEADERS = vgmstream.h streamfile.h util.h streamtypes.h vgmstream_types.h libvgmstream.h libvgmstream_streamfile.h
+__coding_includedir = $(includedir)/vgmstream/coding/libs
+__coding_include_HEADERS = coding/libs/g72x_vgmstream.h
+__util_includedir = $(includedir)/vgmstream/util
+__util_include_HEADERS = util/log.h util/reader_get.h util/reader_put.h util/vgmstream_limits.h
+__base_includedir = $(includedir)/vgmstream/base
+__base_include_HEADERS = base/plugins.h
+
 #noinst_LTLIBRARIES = libvgmstream.la
 lib_LTLIBRARIES = libvgmstream.la