mirror of
https://github.com/videolan/vlc.git
synced 2024-11-24 18:33:38 +08:00
Makefile.am: add src/control/init.c and src/control/plugin.c to EXTRA_DIST
This commit is contained in:
parent
422173a4d0
commit
8b21bfe8ad
@ -471,6 +471,9 @@ SOURCES_libvlc_common = \
|
||||
src/control/audio_video.c \
|
||||
$(NULL)
|
||||
|
||||
# These should be distributed, but not compiled
|
||||
EXTRA_DIST += src/control/init.c src/control/plugin.c
|
||||
|
||||
SOURCES_libvlc = \
|
||||
$(SOURCES_libvlc_common) \
|
||||
$(OPT_SOURCES_libvlc_beos) \
|
||||
|
Loading…
Reference in New Issue
Block a user