diff --git a/ChangeLog b/ChangeLog index 374dc51475..4c9388187b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ Mon Aug 16 20:48:33 1999 Adrian Likins + * app/Makefile.am * app/gimpbrushhose.c * app/gimpbrushhose.h: new files to implement a GimpBrushHose type. The idea being its derived from gimpbrushes, so we can diff --git a/app/Makefile.am b/app/Makefile.am index f5663c3516..a13e457783 100644 --- a/app/Makefile.am +++ b/app/Makefile.am @@ -187,6 +187,8 @@ gimp_SOURCES = \ gimpbrush.h \ gimpbrushgenerated.c \ gimpbrushgenerated.h \ + gimpbrushhose.c \ + gimpbrushhose.h \ gimpbrushpixmap.c \ gimpbrushpixmap.h \ gimpbrushlist.c \