Dear mailinglist,

I just saw that I messed with the patch completely. It was an older version of 
the patch. So please ignore the appendix to my first message.

Christian
--- bc-tmp/Makefile.am	2013-03-29 22:51:07.000000000 +0100
+++ barcode-0.99/Makefile.am	2020-01-19 14:39:10.510304128 +0100
@@ -25,7 +25,11 @@
 
 bin_PROGRAMS = barcode sample
 
-noinst_LTLIBRARIES = libbarcode.la
+lib_LTLIBRARIES = libbarcode.la
+
+include_barcodedir = $(includedir)/barcode
+
+include_barcode_HEADERS = barcode.h config.h lib/gettext.h
 
 ACLOCAL_AMFLAGS = -I m4
 
--- bc-tmp/barcode.h	2020-01-19 14:50:00.928793539 +0100
+++ barcode-0.99/barcode.h	2020-01-19 14:51:13.596035281 +0100
@@ -26,7 +26,7 @@
 #include "config.h"
 #include <stdio.h>
 
-#include <gettext.h>
+#include "gettext.h"
 
 #define _(X) gettext (X)
 #define _N(X) (X)

Reply via email to