blob: 3ac094f6c84ee5342a0b570c5ccf8591087edd67 (
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 dggui plugingui plugin drumgizmo man test
DISTDIRS = tools src dggui 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 \
\
dggui/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
|