Files
neutrino/data/Makefile.am
GetAway 4be653382f lcd4l: added some logos which are called in lcd4l.cpp
Thanks to OneOfNine for the logos
2023-09-21 17:39:59 +02:00

39 lines
372 B
Makefile

SUBDIRS = \
config \
control \
fonts \
icons \
inetradio \
initial \
iso-codes \
license \
locale \
pictures \
policy \
scripts \
themes \
weather \
webradio \
webtv \
zapit
if ENABLE_LUA
SUBDIRS += \
luaplugins
endif
if ENABLE_LCD4LINUX
SUBDIRS += \
lcd4l
endif
if ENABLE_GRAPHLCD
SUBDIRS += \
oled
endif
if ENABLE_WEBIF
SUBDIRS += \
y-web
endif