From: Yann E. MORIN" Date: Mon, 9 Apr 2012 21:42:31 +0000 (+0200) Subject: scripts/ksync: add the sync-from-kernel script to the package X-Git-Tag: v3.4.0-0~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d3ec5030ce5f38f8691ebe72cfc110f3c7e88e55;p=kconfig-frontends scripts/ksync: add the sync-from-kernel script to the package Signed-off-by: "Yann E. MORIN" --- diff --git a/Makefile.am b/Makefile.am index c4a2e19..0a5d216 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,5 +2,5 @@ ACLOCAL_AMFLAGS = -I scripts/.autostuff/m4 if COND_utils MAYBE_utils = utils endif -SUBDIRS = docs libs frontends $(MAYBE_utils) +SUBDIRS = docs libs frontends scripts $(MAYBE_utils) EXTRA_DIST = bootstrap diff --git a/configure.ac b/configure.ac index f7419eb..f5d613b 100644 --- a/configure.ac +++ b/configure.ac @@ -418,6 +418,7 @@ AC_CONFIG_FILES([ frontends/gconf/Makefile frontends/qconf/Makefile utils/Makefile + scripts/Makefile ]) AC_OUTPUT diff --git a/scripts/Makefile.am b/scripts/Makefile.am new file mode 100644 index 0000000..7e6eda2 --- /dev/null +++ b/scripts/Makefile.am @@ -0,0 +1 @@ +EXTRA_DIST = ksync.sh kernel2kfrontends.list