Commit 3fa2cb69 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Clean up

parent 0d7fde9d
...@@ -13,7 +13,7 @@ NULL = ...@@ -13,7 +13,7 @@ NULL =
# - po should come before . because VLC.app needs the pofiles # - po should come before . because VLC.app needs the pofiles
# - loader should come before modules because some plugins need it # - loader should come before modules because some plugins need it
SUBDIRS = intl loader modules po . mozilla activex share m4 doc SUBDIRS = intl loader modules po . mozilla activex share m4 doc
DIST_SUBDIRS = $(SUBDIRS) src debian ipkg lib DIST_SUBDIRS = $(SUBDIRS) debian ipkg lib
EXTRA_DIST = \ EXTRA_DIST = \
HACKING \ HACKING \
...@@ -31,7 +31,12 @@ EXTRA_DIST = \ ...@@ -31,7 +31,12 @@ EXTRA_DIST = \
vlc.win32.nsi \ vlc.win32.nsi \
$(NULL) $(NULL)
BUILT_SOURCES = BUILT_SOURCES = \
stamp-api \
src/misc/modules_builtin.h \
src/misc/version.c \
$(NULL)
SUFFIXES = SUFFIXES =
# Tell aclocal to use -I m4. Wonder if it really works. # Tell aclocal to use -I m4. Wonder if it really works.
...@@ -45,12 +50,6 @@ AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects ...@@ -45,12 +50,6 @@ AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects
# Headers # Headers
############################################################################### ###############################################################################
BUILT_SOURCES += \
stamp-api \
src/misc/modules_builtin.h \
src/misc/version.c \
$(NULL)
pkgincludedir = $(includedir)/vlc pkgincludedir = $(includedir)/vlc
dist_pkginclude_HEADERS = \ dist_pkginclude_HEADERS = \
...@@ -259,6 +258,7 @@ EXTRA_DIST += \ ...@@ -259,6 +258,7 @@ EXTRA_DIST += \
evc/errno.h \ evc/errno.h \
evc/config.h.in \ evc/config.h.in \
evc/modules_builtin_evc.h \ evc/modules_builtin_evc.h \
src/misc/modules_builtin.h.in \
$(NULL) $(NULL)
dist-hook: dist-hook:
......
EXTRA_DIST = misc/modules_builtin.h.in
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment