mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-19 21:29:06 +00:00
added missing wesconfig.h to src/Makefile.am
ran autogen.sh
This commit is contained in:
parent
c546dde8e5
commit
f5949abb8c
2
configure
vendored
2
configure
vendored
@ -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.
|
||||
#
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user