]> git.sesse.net Git - vlc/commitdiff
* modules/control/http/Modules.am: added missing headers to the SOURCES
authorSam Hocevar <sam@videolan.org>
Mon, 22 Aug 2005 17:44:19 +0000 (17:44 +0000)
committerSam Hocevar <sam@videolan.org>
Mon, 22 Aug 2005 17:44:19 +0000 (17:44 +0000)
    variable.

modules/control/http/Modules.am

index 11bb2ac241d96272395c9491b59f7fd6c758a202..da2b0ec525de792395a453fc2a1438410c9bc470 100644 (file)
@@ -1,7 +1,9 @@
 SOURCES_http = \
        http.c \
+       http.h \
        rpn.c \
        macro.c \
+       macros.h \
        mvar.c \
        util.c \
        $(NULL)