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