Makefile.am: add src/control/init.c and src/control/plugin.c to EXTRA_DIST

This commit is contained in:
Olivier Aubert 2005-12-09 15:44:43 +00:00
parent 422173a4d0
commit 8b21bfe8ad

View File

@ -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) \