From 94eb8608ceed90b5d0905c9a6bc54dafc2c8c4f5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Thu, 15 Feb 2007 18:51:12 +0000 Subject: [PATCH] Yet another version.c fix. I've really had enough with this broken thing. --- src/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 9df83e26a7..a214004153 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -100,7 +100,6 @@ misc/modules.c: misc/modules_builtin.h ############################################################################### libvlc_a_SOURCES = $(SOURCES_libvlc) $(SOURCES_libvlc_control) -nodist_libvlc_a_SOURCES = misc/version.c libvlc_a_CFLAGS = `$(VLC_CONFIG) --cflags libvlc pic` -DUSE_BUILTINS libvlc_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags libvlc pic` libvlc_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags libvlc pic` @@ -330,7 +329,11 @@ SOURCES_libvlc_control = \ if !USE_LIBTOOL if !HAVE_WIN32 +nodist_libvlc_a_SOURCES = misc/version.c CLEANFILES += misc/version.c + +misc/version.c: FORCE + $(TOOLBOX) --update-version endif # Install shared libvlc @@ -342,9 +345,6 @@ uninstall-local: test -z "$(DATA_noinst_libvlc)" || rm -f "$(DESTDIR)$(libdir)/$(DATA_noinst_libvlc)" endif -misc/version.c: FORCE - $(TOOLBOX) --update-version - ############################################################################### # Stamp rules ############################################################################### -- 2.39.2