[vlc-devel] commit: Cosmetics ( Rémi Denis-Courmont )
git version control
git at videolan.org
Mon Apr 28 21:45:12 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Mon Apr 28 22:32:51 2008 +0300| [c777887c9120a8df4304d5269a8415ccaabf2c19]
Cosmetics
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c777887c9120a8df4304d5269a8415ccaabf2c19
---
modules/common.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/modules/common.am b/modules/common.am
index 1036b8e..1a1573c 100644
--- a/modules/common.am
+++ b/modules/common.am
@@ -12,8 +12,6 @@ EXTRA_DIST = Modules.am
BUILT_SOURCES =
CLEANFILES = $(BUILT_SOURCES)
-include $(srcdir)/Modules.am
-
if HAVE_PLUGINS
LTLIBVLC = $(top_builddir)/src/libvlc.la
@@ -33,10 +31,12 @@ AM_LDFLAGS += -export-symbol-regex ^vlc_entry
endif
endif
-nice:
- $(top_builddir)/compile
+include $(srcdir)/Modules.am
if MAINTAINER_MODE
$(srcdir)/Makefile.am: $(srcdir)/Modules.am $(top_srcdir)/modules/genmf
cd \$(top_srcdir) && \$(SHELL) modules/genmf $(dir)
endif
+
+nice:
+ $(top_builddir)/compile
More information about the vlc-devel
mailing list