]> git.sesse.net Git - vlc/blobdiff - modules/control/http/Modules.am
Fix memleaks: Fill in the destructor of simple preference.
[vlc] / modules / control / http / Modules.am
index afef01bae36bea1d4585b1651a09ff7e617c3e86..da2b0ec525de792395a453fc2a1438410c9bc470 100644 (file)
@@ -1 +1,9 @@
-SOURCES_http = http.c rpn.c macro.c mvar.c util.c
+SOURCES_http = \
+       http.c \
+       http.h \
+       rpn.c \
+       macro.c \
+       macros.h \
+       mvar.c \
+       util.c \
+       $(NULL)