Skip to content

Commit

Permalink
#5231: Fixup the configure and makefiles
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed May 3, 2020
1 parent 06570a5 commit 93105d5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([darkradiant], [2.8.0])
AC_INIT([darkradiant], [2.9.0])
AM_INIT_AUTOMAKE([subdir-objects])
AM_SILENT_RULES([yes])

Expand Down Expand Up @@ -355,11 +355,13 @@ AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([install/darkradiant.desktop install/i18n//Makefile.in
Makefile
radiant/Makefile
radiantcore/Makefile
install/i18n/Makefile.in
doc/Makefile
libs/Makefile
libs/wxutil/Makefile
libs/math/Makefile
libs/module/Makefile
libs/scene/Makefile
libs/xmlutil/Makefile
plugins/Makefile
Expand Down
6 changes: 3 additions & 3 deletions radiantcore/Makefile.am
@@ -1,7 +1,7 @@
#pluginsdir = $(pkglibdir)/plugins
coredir = $(pkglibdir)/
core_LTLIBRARIES = core.la

core_CPPFLAGS = -DPKGLIBDIR='"$(pkglibdir)"' \
core_la_CPPFLAGS = -DPKGLIBDIR='"$(pkglibdir)"' \
-DPKGDATADIR='"$(pkgdatadir)"' \
-DLOCALEDIR='"$(localedir)"' \
-DHTMLDIR='"$(htmldir)"' \
Expand All @@ -11,7 +11,7 @@ core_CPPFLAGS = -DPKGLIBDIR='"$(pkglibdir)"' \
$(XML_CFLAGS) \
$(FTGL_CFLAGS)

core_LDADD = $(top_builddir)/libs/scene/libscenegraph.la \
core_la_LIBADD = $(top_builddir)/libs/scene/libscenegraph.la \
$(top_builddir)/libs/wxutil/libwxutil.la \
$(top_builddir)/libs/xmlutil/libxmlutil.la \
$(top_builddir)/libs/math/libmath.la
Expand Down

0 comments on commit 93105d5

Please sign in to comment.