From d3ec5030ce5f38f8691ebe72cfc110f3c7e88e55 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 9 Apr 2012 23:42:31 +0200 Subject: [PATCH] scripts/ksync: add the sync-from-kernel script to the package Signed-off-by: "Yann E. MORIN" --- Makefile.am | 2 +- configure.ac | 1 + scripts/Makefile.am | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 scripts/Makefile.am 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 -- 2.39.5