* Makefile.am: added a dist-hook target to include the auto-generated msvc files into the dist. added src/misc/modules_plugins.h to the dist.

This commit is contained in:
Gildas Bazin 2003-04-24 16:13:38 +00:00
parent f37089c875
commit d0ba140bc2
1 changed files with 4 additions and 0 deletions

View File

@ -300,6 +300,9 @@ show-libvlc-headers: FORCE
show-libvlc-pkg-headers: FORCE
@echo X: $(dist_pkginclude_HEADERS)
dist-hook:
cd $(distdir); ./toolbox --update-vc
###############################################################################
# Building libvlc
###############################################################################
@ -309,6 +312,7 @@ bin_SCRIPTS = vlc-config
lib_LIBRARIES += lib/libvlc.a $(LIBRARIES_libvlc_pic)
lib_libvlc_a_SOURCES = $(SOURCES_libvlc)
dist_lib_libvlc_a_SOURCES = src/misc/modules_plugin.h
lib_libvlc_a_CFLAGS = $(CPPFLAGS_default) -D__VLC__ $(CFLAGS_default) @CFLAGS_vlc@
lib_libvlc_a_CXXFLAGS = $(CPPFLAGS_default) -D__VLC__ $(CXXFLAGS_default)
lib_libvlc_a_OBJCFLAGS = $(CPPFLAGS_default) -D__VLC__ $(OBJCFLAGS_default)