From 31a5874797b9722678f88c90f30f546b4494b748 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 26 May 2012 18:28:21 +0200 Subject: [PATCH] scripts/ksync: bundle our patches in the release tarballs Because scripts/ksync is bundled, so must we also bundle our patches. Signed-off-by: "Yann E. MORIN" --- frontends/gconf/Makefile.am | 1 + frontends/qconf/Makefile.am | 1 + libs/parser/Makefile.am | 1 + 3 files changed, 3 insertions(+) diff --git a/frontends/gconf/Makefile.am b/frontends/gconf/Makefile.am index 8d9cded..f105fbc 100644 --- a/frontends/gconf/Makefile.am +++ b/frontends/gconf/Makefile.am @@ -14,3 +14,4 @@ gconf_LDADD = $(top_builddir)/libs/parser/libkconfig-parser.la \ $(gtk_LIBS) $(gconf_EXTRA_LIBS) gconfdir = $(pkgdatadir) gconf_DATA = gconf.glade +EXTRA_DIST = gconf.c.patch diff --git a/frontends/qconf/Makefile.am b/frontends/qconf/Makefile.am index f6a6687..1c654bf 100644 --- a/frontends/qconf/Makefile.am +++ b/frontends/qconf/Makefile.am @@ -13,6 +13,7 @@ qconf_LDADD = $(top_builddir)/libs/parser/libkconfig-parser.la \ $(top_builddir)/libs/images/libkconfig-images.a \ $(qt4_LIBS) $(qconf_EXTRA_LIBS) CLEANFILES = qconf.moc +EXTRA_DIST = qconf.cc.patch .h.moc: $(MOC) -i $< -o $@ diff --git a/libs/parser/Makefile.am b/libs/parser/Makefile.am index 123982a..482beda 100644 --- a/libs/parser/Makefile.am +++ b/libs/parser/Makefile.am @@ -16,6 +16,7 @@ kconfig_include_HEADERS = lkc.h expr.h lkc_proto.h BUILT_SOURCES = hconf.c lconf.c CLEANFILES = hconf.c lconf.c yconf.c +EXTRA_DIST = yconf.y.patch # Can't use libkconfig_parser_a_CPPFLAGS, as it breaks dependencies yconf.o: CPPFLAGS+=$(GETTEXT) -- 2.39.5