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 \