From abb377b148549466e42d72aeb4361826938bb2af Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <rem@videolan.org>
Date: Fri, 10 Mar 2006 17:30:32 +0000
Subject: [PATCH] Same as previous commit - for VLC

---
 Makefile.am        | 4 ++--
 vlc.c => src/vlc.c | 0
 2 files changed, 2 insertions(+), 2 deletions(-)
 rename vlc.c => src/vlc.c (100%)

diff --git a/Makefile.am b/Makefile.am
index c2b835395c34..8984c961edd2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -46,7 +46,7 @@ ACLOCAL_AMFLAGS = -I m4
 
 # XXX: these flags could be set in configure.ac, but we set them here
 # because old versions of automake don't support them in configure.ac.
-AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects
+AUTOMAKE_OPTIONS = dist-bzip2
 
 ###############################################################################
 # MacOS X project
@@ -212,7 +212,7 @@ DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile
 
 bin_PROGRAMS = vlc
 
-vlc_SOURCES = vlc.c
+vlc_SOURCES = src/vlc.c
 # Ugly kludge so that automake defines $(CXXLINK)
 EXTRA_vlc_SOURCES = extras/zsh.cpp
 
diff --git a/vlc.c b/src/vlc.c
similarity index 100%
rename from vlc.c
rename to src/vlc.c
-- 
GitLab