From: Lars Gullik Bjønnes Date: Mon, 16 Dec 2002 23:17:43 +0000 (+0000) Subject: dont dist non-existing files X-Git-Tag: 1.6.10~17794 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9faba1beedf9db5714810ef0c7c97281abec3740;p=lyx.git dont dist non-existing files git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5834 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/graphics/ChangeLog b/src/graphics/ChangeLog index e606a663a3..8d2f872793 100644 --- a/src/graphics/ChangeLog +++ b/src/graphics/ChangeLog @@ -1,3 +1,7 @@ +2002-12-17 Lars Gullik Bjønnes + + * Makefile.am (EXTRA_DIST): remove variable + 2002-12-13 Angus Leeming * GraphicsImageXPM.[Ch]: removed. diff --git a/src/graphics/Makefile.am b/src/graphics/Makefile.am index 1fd7705b4a..16313512e9 100644 --- a/src/graphics/Makefile.am +++ b/src/graphics/Makefile.am @@ -4,8 +4,6 @@ noinst_LTLIBRARIES = libgraphics.la INCLUDES = -I$(srcdir)/.. $(BOOST_INCLUDES) -EXTRA_DIST = GraphicsImageXPM.C GraphicsImageXPM.h - libgraphics_la_SOURCES = \ GraphicsCache.h \ GraphicsCache.C \