[Spice-devel] [PATCH v2 09/13] build-sys: do not install vcardt_internal.h

marcandre.lureau at redhat.com marcandre.lureau at redhat.com
Fri Oct 9 09:16:02 PDT 2015


From: Marc-André Lureau <marcandre.lureau at redhat.com>

It was not in the exported symbols, so it shouldn't hurt to remove it now.

Signed-off-by: Marc-André Lureau <marcandre.lureau at redhat.com>
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 7951ec4..03c86e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,6 +13,7 @@ libcacard_la_SOURCES =				\
 	src/vcard_emul_nss.c			\
 	src/vcard_emul_type.c			\
 	src/vcardt.c				\
+	src/vcardt_internal.h			\
 	src/vreader.c				\
 	$(NULL)
 
@@ -30,7 +31,6 @@ libcacard_include_HEADERS =			\
 	src/vcard_emul.h			\
 	src/vcard_emul_type.h			\
 	src/vcardt.h				\
-	src/vcardt_internal.h			\
 	src/vevent.h				\
 	src/vreader.h				\
 	src/vreadert.h				\
-- 
2.4.3



More information about the Spice-devel mailing list