Просмотр исходного кода

* Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
that CVS Automake will drop dependencied to the macros that
we don't distribute.

Pavel Roskin 24 лет назад
Родитель
Сommit
b49ab71bd1
2 измененных файлов с 11 добавлено и 3 удалено
  1. 4 0
      ChangeLog
  2. 7 3
      Makefile.am

+ 4 - 0
ChangeLog

@@ -1,5 +1,9 @@
 2000-10-09  Pavel Roskin  <proski@gnu.org>
 
+	* Makefile.am: GNOME_M4_FILES renamed to ACLOCAL_M4_SOURCES so
+	that CVS Automake will drop dependencied to the macros that
+	we don't distribute.
+
 	* lib/mc.ext.in: Removed references to icons. Source RPMs
 	grouped to one regex. Removed "Update" for source RPMs, added
 	"Rebuild" instead. Added "Check signature" for all RPMs.

+ 7 - 3
Makefile.am

@@ -5,13 +5,17 @@ SUBDIRS = vfs lib doc slang gtkedit edit src gnome new_icons \
 
 ACLOCAL_AMFLAGS = -I macros
 
-GNOME_M4_FILES = macros/gnome.m4 macros/gnome-vfs.m4 macros/gnome-undelfs.m4 \
-	macros/gnome-gettext.m4 macros/linger.m4
+ACLOCAL_M4_SOURCES = \
+	macros/gnome.m4 \
+	macros/gnome-vfs.m4 \
+	macros/gnome-undelfs.m4 \
+	macros/gnome-gettext.m4 \
+	macros/linger.m4
 
 EXTRA_DIST =	BUGS FAQ INSTALL.FAST MAINTAINERS \
 		README.PC README.QNX README.smbfs \
 		create_vcs \
-		$(GNOME_M4_FILES)
+		$(ACLOCAL_M4_SOURCES)
 
 noinst_DATA = mc.spec