blob: e0ad55c17c4f109637d66ddb243fec9cb69973f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
--- Makefile.am 2025-02-09 17:56:15.322332975 +0100
+++ Makefile.am 2025-02-09 17:55:19.676676255 +0100
@@ -63,6 +63,16 @@
lists.c \
equalizer.h \
equalizer.c
+pkginclude_HEADERS = config.h \
+ common.h \
+ decoder.h \
+ playlist.h \
+ rbtree.h \
+ io.h \
+ fifo_buf.h \
+ audio.h \
+ lists.h \
+ files.h
EXTRA_mocp_SOURCES = gnugetopt.h \
getopt.c \
getopt1.c \
|