added missing wesconfig.h to src/Makefile.am

ran autogen.sh
This commit is contained in:
Pauli Manninen 2004-08-27 16:44:57 +00:00
parent c546dde8e5
commit f5949abb8c
3 changed files with 9 additions and 5 deletions

2
configure vendored
View File

@ -1,5 +1,5 @@
#! /bin/sh
# From configure.ac Revision: 1.73 .
# From configure.ac Revision: 1.74 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.59 for Battle for Wesnoth 0.8.3.
#

View File

@ -163,7 +163,8 @@ wesnoth_SOURCES = about.cpp \
widgets/scrollbar.hpp \
widgets/slider.hpp \
widgets/textbox.hpp \
widgets/widget.hpp
widgets/widget.hpp \
wesconfig.h
#############################################################################
# Editor #
@ -302,7 +303,8 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
widgets/textbox.hpp \
widgets/scrollbar.hpp \
widgets/slider.hpp \
widgets/widget.hpp
widgets/widget.hpp \
wesconfig.h
AM_CXXFLAGS = @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(localedir)\" \
-I../intl -I$(top_srcdir)/intl

View File

@ -501,7 +501,8 @@ wesnoth_SOURCES = about.cpp \
widgets/scrollbar.hpp \
widgets/slider.hpp \
widgets/textbox.hpp \
widgets/widget.hpp
widgets/widget.hpp \
wesconfig.h
#############################################################################
@ -640,7 +641,8 @@ wesnoth_editor_SOURCES = editor/editor.cpp \
widgets/textbox.hpp \
widgets/scrollbar.hpp \
widgets/slider.hpp \
widgets/widget.hpp
widgets/widget.hpp \
wesconfig.h
AM_CXXFLAGS = @SDL_CFLAGS@ -DWESNOTH_PATH=\"$(pkgdatadir)\" -DLOCALEDIR=\"$(localedir)\" \
-I../intl -I$(top_srcdir)/intl