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.
18 lines
318 B
18 lines
318 B
DIST_SUBDIRS = macosx hildon minimal_macosx qt4 skins2 macosx_dialog_provider
|
|
SUBDIRS =
|
|
|
|
if HAVE_DARWIN
|
|
SUBDIRS += macosx macosx_dialog_provider
|
|
endif
|
|
if BUILD_HILDON
|
|
SUBDIRS += hildon
|
|
endif
|
|
if ENABLE_QT4
|
|
SUBDIRS += qt4
|
|
endif
|
|
if BUILD_SKINS
|
|
SUBDIRS += skins2
|
|
endif
|
|
|
|
SOURCES_ncurses = ncurses.c
|
|
SOURCES_fbosd = fbosd.c
|
|
|