You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
33 lines
884 B
33 lines
884 B
From 4c9d082660e73d7b37ec07280f78d3bfbdb4c1f4 Mon Sep 17 00:00:00 2001
|
|
From: David Tardon <dtardon@redhat.com>
|
|
Date: Fri, 27 Mar 2015 09:58:29 +0100
|
|
Subject: [PATCH] install lt-config.h: it's included from langtag.h
|
|
|
|
---
|
|
liblangtag/Makefile.am | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/liblangtag/Makefile.am b/liblangtag/Makefile.am
|
|
index 360222c..4b09abb 100644
|
|
--- a/liblangtag/Makefile.am
|
|
+++ b/liblangtag/Makefile.am
|
|
@@ -77,7 +77,6 @@ liblangtag_public_headers = \
|
|
$(NULL)
|
|
liblangtag_private_headers = \
|
|
lt-atomic.h \
|
|
- lt-config.h \
|
|
lt-ext-module-private.h \
|
|
lt-extension-private.h \
|
|
lt-extlang-private.h \
|
|
@@ -98,6 +97,7 @@ liblangtag_private_headers = \
|
|
lt-xml.h \
|
|
$(NULL)
|
|
liblangtag_built_public_headers = \
|
|
+ lt-config.h \
|
|
$(NULL)
|
|
liblangtag_built_private_headers = \
|
|
lt-localealias.h \
|
|
--
|
|
2.3.4
|
|
|