From 9dafe9b9a5cb12e19e0f3a1a9669d81dc140b0e3 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Thu, 28 Feb 2002 16:09:35 +0000 Subject: [PATCH] Add GraphicsTypes.h to libgraphics_la_SOURCES git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3613 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/graphics/ChangeLog | 2 ++ src/graphics/Makefile.am | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/graphics/ChangeLog b/src/graphics/ChangeLog index cd1ca136a0..790b7c77a9 100644 --- a/src/graphics/ChangeLog +++ b/src/graphics/ChangeLog @@ -5,6 +5,8 @@ * GraphicsImageXPM.C: properly resolve more warnings about comparison between signed and unsigned integer expressions. + * Makefile.am: add GraphicsTypes.h which I'd carelessly left out. + 2002-02-27 Angus Leeming * GraphicsCache.C: improve commentary to graphicsInit and where it diff --git a/src/graphics/Makefile.am b/src/graphics/Makefile.am index 1012f7503b..68164a8f1e 100644 --- a/src/graphics/Makefile.am +++ b/src/graphics/Makefile.am @@ -19,7 +19,8 @@ libgraphics_la_SOURCES = \ GraphicsImageXPM.h \ GraphicsImageXPM.C \ GraphicsParams.C \ - GraphicsParams.h + GraphicsParams.h \ + GraphicsTypes.h libgraphics.la: libgraphics.o -- 2.39.2