mirror of
https://github.com/videolan/vlc.git
synced 2024-11-24 18:33:38 +08:00
Clean up
This commit is contained in:
parent
0d7fde9d3e
commit
3fa2cb6965
16
Makefile.am
16
Makefile.am
@ -13,7 +13,7 @@ NULL =
|
||||
# - po should come before . because VLC.app needs the pofiles
|
||||
# - loader should come before modules because some plugins need it
|
||||
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 = \
|
||||
HACKING \
|
||||
@ -31,7 +31,12 @@ EXTRA_DIST = \
|
||||
vlc.win32.nsi \
|
||||
$(NULL)
|
||||
|
||||
BUILT_SOURCES =
|
||||
BUILT_SOURCES = \
|
||||
stamp-api \
|
||||
src/misc/modules_builtin.h \
|
||||
src/misc/version.c \
|
||||
$(NULL)
|
||||
|
||||
SUFFIXES =
|
||||
|
||||
# Tell aclocal to use -I m4. Wonder if it really works.
|
||||
@ -45,12 +50,6 @@ AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects
|
||||
# Headers
|
||||
###############################################################################
|
||||
|
||||
BUILT_SOURCES += \
|
||||
stamp-api \
|
||||
src/misc/modules_builtin.h \
|
||||
src/misc/version.c \
|
||||
$(NULL)
|
||||
|
||||
pkgincludedir = $(includedir)/vlc
|
||||
|
||||
dist_pkginclude_HEADERS = \
|
||||
@ -259,6 +258,7 @@ EXTRA_DIST += \
|
||||
evc/errno.h \
|
||||
evc/config.h.in \
|
||||
evc/modules_builtin_evc.h \
|
||||
src/misc/modules_builtin.h.in \
|
||||
$(NULL)
|
||||
|
||||
dist-hook:
|
||||
|
@ -1 +0,0 @@
|
||||
EXTRA_DIST = misc/modules_builtin.h.in
|
Loading…
Reference in New Issue
Block a user