X-Git-Url: https://develop.uap-core.de/gitweb/uwplayer.git/blobdiff_plain/1e4681c09375d0a2aece4ebdcd4a3d5badee5fc6..92835e632a2570c851ecd45af5c3b97af2037322:/application/Makefile diff --git a/application/Makefile b/application/Makefile index 837774b..97a39c1 100644 --- a/application/Makefile +++ b/application/Makefile @@ -41,6 +41,7 @@ SRC += json.c SRC += Sidebar.c SRC += xdnd.c SRC += playlist.c +SRC += nfont.c OBJ = $(SRC:%.c=$(BUILD_ROOT)/build/application/%.$(OBJ_EXT))