From b8a58b609a5aa6322bcfb4072b97041bdf0236f1 Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Tue, 19 Aug 2003 08:34:35 +0000 Subject: [PATCH] 2003-08-19 Marcel Telka * Makefile.am (noinst_HEADERS): Added sysdep.h and gettext.h. git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@522 b68d4a1b-bc3d-0410-92ed-d4ac073336b7 --- libbrux/ChangeLog | 4 ++++ libbrux/Makefile.am | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/libbrux/ChangeLog b/libbrux/ChangeLog index e4097e01..d5c54bcc 100644 --- a/libbrux/ChangeLog +++ b/libbrux/ChangeLog @@ -1,3 +1,7 @@ +2003-08-19 Marcel Telka + + * Makefile.am (noinst_HEADERS): Added sysdep.h and gettext.h. + 2003-08-19 Marcel Telka * Makefile.am (SUBDIRS): Added po. diff --git a/libbrux/Makefile.am b/libbrux/Makefile.am index b5e6d01c..128af099 100644 --- a/libbrux/Makefile.am +++ b/libbrux/Makefile.am @@ -25,6 +25,10 @@ include $(top_srcdir)/../Makefile.rules SUBDIRS = po +noinst_HEADERS = \ + sysdep.h \ + gettext.h + noinst_LIBRARIES = libbrux.a libbrux_a_SOURCES = \