[gnome-characters] libgc: Remove gen-libunistring-pot program



commit 17edd1434f089c694ad4bfb2255737433cddff98
Author: Daiki Ueno <dueno src gnome org>
Date:   Mon Mar 2 17:50:00 2015 +0900

    libgc: Remove gen-libunistring-pot program
    
    We will do that in libunistring itself:
    https://lists.gnu.org/archive/html/bug-libunistring/2015-02/msg00005.html

 lib/Makefile.am            |    9 +-----
 lib/gen-libunistring-pot.c |   66 --------------------------------------------
 po/POTFILES.skip           |    1 -
 3 files changed, 1 insertions(+), 75 deletions(-)
---
diff --git a/lib/Makefile.am b/lib/Makefile.am
index e4c436a..13e2f74 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -16,13 +16,6 @@ libgc_la_LDFLAGS = -avoid-version
 libgc_la_sources = gc.h gc.c
 libgc_la_SOURCES = $(libgc_la_sources) confusables.h
 
-noinst_PROGRAMS = gen-libunistring-pot
-gen_libunistring_pot_SOURCES = gen-libunistring-pot.c
-gen_libunistring_pot_LDADD = $(LIBGC_LIBS) $(LTLIBICONV) $(LTLIBUNISTRING) $(builddir)/../gllib/libgnu.la
-
-libunistring.pot: | gen-libunistring-pot
-       $(AM_V_GEN) $(builddir)/gen-libunistring-pot | $(MSGUNIQ) > $@
-
 include $(INTROSPECTION_MAKEFILE)
 INTROSPECTION_GIRS = Gc-1.0.gir
 
@@ -46,7 +39,7 @@ typelibdir= $(pkglibdir)/girepository-1.0
 gir_DATA = $(INTROSPECTION_GIRS)
 typelib_DATA = $(gir_DATA:.gir=.typelib)
 
-EXTRA_DIST = $(gir_DATA) gen-confusables.py libunistring.pot
+EXTRA_DIST = $(gir_DATA) gen-confusables.py
 CLEANFILES = $(typelib_DATA)
 DISTCLEANFILES = $(gir_DATA)
 
diff --git a/po/POTFILES.skip b/po/POTFILES.skip
index 4e75fad..e69de29 100644
--- a/po/POTFILES.skip
+++ b/po/POTFILES.skip
@@ -1 +0,0 @@
-lib/libunistring.pot


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]