]> git.sur5r.net Git - kconfig-frontends/commitdiff
scripts/ksync: bundle our patches in the release tarballs
authorYann E. MORIN" <yann.morin.1998@free.fr>
Sat, 26 May 2012 16:28:21 +0000 (18:28 +0200)
committerYann E. MORIN" <yann.morin.1998@free.fr>
Sat, 26 May 2012 16:28:21 +0000 (18:28 +0200)
Because scripts/ksync is bundled, so must we also bundle our patches.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
frontends/gconf/Makefile.am
frontends/qconf/Makefile.am
libs/parser/Makefile.am

index 8d9cdedeb188b88282c7a5eb9707b3aae0f23adc..f105fbc0c8c26b4d839c9a3df925c5a242b9af94 100644 (file)
@@ -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
index f6a66874bb97f0a06f89e6135d73a9a395b27c8c..1c654bf4fe5defa0d8c2052ccf4ee1150dc93489 100644 (file)
@@ -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 $@
index 123982a960b56b0cf9033ce8281c2f8f99b3f461..482beda54abd8a1f6b6eec69ef31cf7fa124b918 100644 (file)
@@ -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)