mirror of
https://github.com/kichikuou/xsystem35-sdl2.git
synced 2026-09-22 22:48:08 +03:00
Fix automake warnings
This commit is contained in:
@@ -5,7 +5,7 @@ ShArray_la_SOURCES = ShArray.c
|
||||
|
||||
AM_CFLAGS = @DEBUG_CFLAGS@
|
||||
|
||||
INCLUDES = -I$(top_builddir) -I$(top_srcdir) \
|
||||
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) \
|
||||
-I$(top_builddir)/src -I$(top_srcdir)/src \
|
||||
-I$(top_builddir)/libltdl -I$(top_srcdir)/libltdl \
|
||||
-I$(top_builddir)/modules/ShArray -I$(top_srcdir)/modules/ShArray
|
||||
|
||||
@@ -416,7 +416,7 @@ pkglib_LTLIBRARIES = ShArray.la
|
||||
ShArray_la_LDFLAGS = -module -export-dynamic -avoid-version
|
||||
ShArray_la_SOURCES = ShArray.c
|
||||
AM_CFLAGS = @DEBUG_CFLAGS@
|
||||
INCLUDES = -I$(top_builddir) -I$(top_srcdir) \
|
||||
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir) \
|
||||
-I$(top_builddir)/src -I$(top_srcdir)/src \
|
||||
-I$(top_builddir)/libltdl -I$(top_srcdir)/libltdl \
|
||||
-I$(top_builddir)/modules/ShArray -I$(top_srcdir)/modules/ShArray
|
||||
|
||||
Reference in New Issue
Block a user