~mfisch/brasero/update-to-3.8.0

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SUBDIRS = transcode dvdcss checksum local-track dvdauthor vcdimager audio2cue

if BUILD_LIBBURNIA
SUBDIRS += libburnia
endif

if BUILD_CDRKIT
SUBDIRS += cdrkit
endif

if BUILD_CDRTOOLS
SUBDIRS += cdrtools
endif

if BUILD_CDRDAO
SUBDIRS += cdrdao
endif

if BUILD_GROWISOFS
SUBDIRS += growisofs
endif

-include $(top_srcdir)/git.mk