From 3a0408c64b5b49fdf0938f724a6f4e1a8796819e Mon Sep 17 00:00:00 2001 From: Pauli Manninen Date: Thu, 10 Jun 2004 09:53:15 +0000 Subject: [PATCH] fixed progressbar.[ch]pp missing in editor section in src/Makefile.am --- src/Makefile.am | 2 ++ src/Makefile.in | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 987062ad525..03991c3ee32 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -217,6 +217,7 @@ wesnoth_editor_SOURCES = editor/editor.cpp \ widgets/button.cpp \ widgets/file_chooser.cpp \ widgets/menu.cpp \ + widgets/progressbar.cpp \ widgets/textbox.cpp \ widgets/scrollbar.cpp \ widgets/slider.cpp \ @@ -278,6 +279,7 @@ wesnoth_editor_SOURCES = editor/editor.cpp \ widgets/button.hpp \ widgets/file_chooser.hpp \ widgets/menu.hpp \ + widgets/progressbar.hpp \ widgets/textbox.hpp \ widgets/scrollbar.hpp \ widgets/slider.hpp \ diff --git a/src/Makefile.in b/src/Makefile.in index eb67cf98356..7e1bb45c5ad 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -360,6 +360,7 @@ wesnoth_editor_SOURCES = editor/editor.cpp \ widgets/button.cpp \ widgets/file_chooser.cpp \ widgets/menu.cpp \ + widgets/progressbar.cpp \ widgets/textbox.cpp \ widgets/scrollbar.cpp \ widgets/slider.cpp \ @@ -421,6 +422,7 @@ wesnoth_editor_SOURCES = editor/editor.cpp \ widgets/button.hpp \ widgets/file_chooser.hpp \ widgets/menu.hpp \ + widgets/progressbar.hpp \ widgets/textbox.hpp \ widgets/scrollbar.hpp \ widgets/slider.hpp \ @@ -488,8 +490,8 @@ am_wesnoth_editor_OBJECTS = editor.$(OBJEXT) editor_layout.$(OBJEXT) \ theme.$(OBJEXT) tooltips.$(OBJEXT) unit.$(OBJEXT) \ unit_display.$(OBJEXT) unit_types.$(OBJEXT) video.$(OBJEXT) \ button.$(OBJEXT) file_chooser.$(OBJEXT) menu.$(OBJEXT) \ - textbox.$(OBJEXT) scrollbar.$(OBJEXT) slider.$(OBJEXT) \ - widget.$(OBJEXT) + progressbar.$(OBJEXT) textbox.$(OBJEXT) scrollbar.$(OBJEXT) \ + slider.$(OBJEXT) widget.$(OBJEXT) wesnoth_editor_OBJECTS = $(am_wesnoth_editor_OBJECTS) wesnoth_editor_LDADD = $(LDADD) wesnoth_editor_DEPENDENCIES =