blob: 4196db713e6236740c3552d6dfbf7d728db3ec2d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
AUTOMAKE_OPTIONS = gnu
SUBDIRS = tools src plugingui plugin drumgizmo man test
DISTDIRS = tools src plugingui plugin drumgizmo man test
EXTRA_DIST = \
version.h \
\
hugin/hugin.h \
hugin/hugin.hpp \
hugin/hugin.c \
hugin/hugin_util.h \
hugin/hugin_syslog.h \
hugin/hugin_syslog.c \
hugin/hugin_filter.h \
hugin/hugin_filter.c \
\
getoptpp/getoptpp.hpp \
\
plugingui/lodepng/lodepng.h \
\
pugixml/src/pugixml.hpp \
pugixml/src/pugiconfig.hpp \
pugixml/src/pugixml.cpp \
\
zita-resampler/libs/resampler.cc \
zita-resampler/libs/resampler-table.cc \
zita-resampler/libs/zita-resampler/resampler-table.h \
zita-resampler/libs/zita-resampler/resampler.h \
\
test/uunit/uunit.h \
test/uunit/uunit.cc
|