You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
450 B
24 lines
450 B
DIST_SUBDIRS = macosx minimal_macosx qt4 skins2 macosx_dialog_provider ios_dialog_provider
|
|
SUBDIRS =
|
|
|
|
if ENABLE_MACOSX_UI
|
|
SUBDIRS += macosx
|
|
endif
|
|
if ENABLE_MACOSX_DIALOG_PROVIDER
|
|
SUBDIRS += macosx_dialog_provider
|
|
endif
|
|
if HAVE_IOS
|
|
SUBDIRS += ios_dialog_provider
|
|
endif
|
|
if ENABLE_MINIMAL_MACOSX
|
|
SUBDIRS += minimal_macosx
|
|
endif
|
|
if ENABLE_QT4
|
|
SUBDIRS += qt4
|
|
endif
|
|
if BUILD_SKINS
|
|
SUBDIRS += skins2
|
|
endif
|
|
|
|
SOURCES_ncurses = ncurses.c
|
|
EXTRA_DIST += eject.c
|
|
|