diff options
Diffstat (limited to 'src/game/example')
-rw-r--r-- | src/game/example/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/example/Makefile.am b/src/game/example/Makefile.am index 99dec0a..83a3118 100644 --- a/src/game/example/Makefile.am +++ b/src/game/example/Makefile.am @@ -1,5 +1,5 @@ METASOURCES = AUTO -INCLUDES = -I$(top_srcdir)/src -I$(top_srcdir)/src/game +AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/src/game noinst_LTLIBRARIES = libexample.la noinst_HEADERS = \ |