From c777887c9120a8df4304d5269a8415ccaabf2c19 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 28 Apr 2008 22:32:51 +0300 Subject: [PATCH] Cosmetics --- modules/common.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/common.am b/modules/common.am index 1036b8e448..1a1573c19a 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 -- 2.39.2