Removed silencing of gtk warning logs from gtk3.22-client.
[freeciv.git] / ai / stub / Makefile.am
blob8755e7b1a1f6a4474b5ad4ae8aa30e95356abf97
1 ## Process this file with automake to produce Makefile.in
3 if AI_MOD_STATIC_STUB
4 noinst_LTLIBRARIES = libstubai.la
5 else
6 aimodule_LTLIBRARIES = fc_ai_stub.la
7 endif
9 AM_CPPFLAGS = -I$(top_srcdir)/utility -I$(top_srcdir)/common
11 if AI_MOD_STATIC_STUB
12 libstubai_la_SOURCES = stubai.c
13 else
14 fc_ai_stub_la_SOURCES = stubai.c
15 fc_ai_stub_la_LDFLAGS = -module
16 endif