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 = \