blob: 1e04f34eb37dab4bdd17659700078ee43dbf49a1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
SUBDIRS =
bin_PROGRAMS =
if BUILD_TBZ2TOOL
bin_PROGRAMS += tbz2tool
endif
if BUILD_FILTER_ENV
SUBDIRS += filter-env
endif
if BUILD_MISSINGOS
SUBDIRS += python-missingos
endif
tbz2tool_SOURCES = tbz2tool.c
|