diff options
Diffstat (limited to 'engines/Makefile.am')
-rw-r--r-- | engines/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/Makefile.am b/engines/Makefile.am index 307fddf..7226682 100644 --- a/engines/Makefile.am +++ b/engines/Makefile.am @@ -8,4 +8,4 @@ librussian_la_SOURCES = russian.c librussian_la_LDFLAGS = -module -avoid-version -export-symbols-regex "rccGetInfo" endif -INCLUDES = -I../src @RCD_INCLUDES@ +AM_CPPFLAGS = -I../src @RCD_INCLUDES@ |