repo.or.cz
/
brasero.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'master' into 'master'
[brasero.git]
/
plugins
/
Makefile.am
blob
92b222b7e0fcfac7c79c86bec5b40c47464dcdbf
1
SUBDIRS = transcode dvdcss checksum local-track dvdauthor vcdimager audio2cue
2
3
if BUILD_LIBBURNIA
4
SUBDIRS += libburnia
5
endif
6
7
if BUILD_CDRKIT
8
SUBDIRS += cdrkit
9
endif
10
11
if BUILD_CDRTOOLS
12
SUBDIRS += cdrtools
13
endif
14
15
if BUILD_CDRDAO
16
SUBDIRS += cdrdao
17
endif
18
19
if BUILD_GROWISOFS
20
SUBDIRS += growisofs
21
endif
22
23
-include $(top_srcdir)/git.mk