From d8498e30877a09e60b2fcf52b917dbea43387cb9 Mon Sep 17 00:00:00 2001 From: Tomas Ogren Date: Thu, 9 Sep 1999 19:58:41 +0000 Subject: [PATCH] Add the path_tool* here, makes gimp compile 1999-09-09 Tomas Ogren * app/Makefile.am: Add the path_tool* here, makes gimp compile --- ChangeLog | 4 ++++ app/Makefile.am | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index f0fa0dee3c..e6cd62b02c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-09-09 Tomas Ogren + + * app/Makefile.am: Add the path_tool* here, makes gimp compile + Thu Sep 9 21:02:46 MEST 1999 Sven Neumann * app/airbrush.c diff --git a/app/Makefile.am b/app/Makefile.am index cc57bd9493..7569abe52c 100644 --- a/app/Makefile.am +++ b/app/Makefile.am @@ -321,6 +321,9 @@ gimp_SOURCES = \ parasitelist.h \ parasitelistF.h \ parasitelistP.h \ + path_tool.c \ + path_tool.h \ + path_toolP.h \ paths_cmds.c \ paths_dialog.c \ paths_dialog.h \