diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2005-07-24 01:47:52 +0000 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2005-07-24 01:47:52 +0000 |
commit | cfaef1b6c9f33fbaa114628cf513d129bdff3c1c (patch) | |
tree | b5207f980062d0aaaa2515f76983f5386408a298 /engines/Makefile.am | |
parent | cd75d05e2a72eff41d6eedb61bc89ca2e1cd185d (diff) | |
download | librcc-cfaef1b6c9f33fbaa114628cf513d129bdff3c1c.tar.gz librcc-cfaef1b6c9f33fbaa114628cf513d129bdff3c1c.tar.bz2 librcc-cfaef1b6c9f33fbaa114628cf513d129bdff3c1c.tar.xz librcc-cfaef1b6c9f33fbaa114628cf513d129bdff3c1c.zip |
Fixes
- Dummy UI plugin
- GTK2 UI plugin
- Fixed typo: 'const rcc_string' -> 'rcc_const_string'
- Fix: Disable BDB recoding in case if recoding switched off
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@ |