]> git.pld-linux.org Git - projects/rc-scripts.git/blobdiff - Makefile.am
Create bond master interface if it doesn't exist when slave interface is being ifuped.
[projects/rc-scripts.git] / Makefile.am
index 98f7d98b59396a4fc0ad9d40ac60e8a9cb8b8e42..1e7761fbf50c3e2d2b4ef0882be53227baec024a 100644 (file)
@@ -1,7 +1,7 @@
 #
 #
 
-SUBDIRS = src lib ppp isapnp sysconfig rc.d doc man po init
+SUBDIRS = src lib ppp isapnp sysconfig rc.d doc man po
 
 sysconf_DATA = \
        adjtime \
@@ -25,6 +25,10 @@ sbin_SCRIPTS = \
        hwprofile \
        service
 
+AM_DISTCHECK_CONFIGURE_FLAGS = \
+       --prefix=/usr \
+       --verbose
+
 EXTRA_DIST = \
        $(sysconf_DATA) \
        $(profile_DATA) \
@@ -32,6 +36,17 @@ EXTRA_DIST = \
        $(sbin_SCRIPTS) \
        $(bin_SCRIPTS)
 
+DISTCLEANFILES = \
+       ChangeLog
+
+ChangeLog:
+       $(top_srcdir)/changelog.sh $(top_builddir)
+
+dist-hook:
+       rm -f $(top_builddir)/ChangeLog
+       $(MAKE) -C $(top_builddir) ChangeLog
+       cp -pf $(top_builddir)/ChangeLog $(top_distdir)/ChangeLog
+
 install-data-hook:
        install -d $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)
        [ -f $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache ] || touch $(DESTDIR)$(localstatedir)/cache/$(PACKAGE)/msg.cache
This page took 0.104599 seconds and 4 git commands to generate.