diff options
author | David Tardon <dtardon@redhat.com> | 2014-05-24 08:39:54 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-05-25 12:48:09 +0200 |
commit | b421ce79e39867917ba53be7bf69c8a4e7f8a8ac (patch) | |
tree | 91d5c1dcb0ccf36082f0b8f0c1d5b73b7848a331 /config_host.mk.in | |
parent | 36c3f914261f921a62500c2a80da89489748a6fc (diff) |
bundle librevenge
Change-Id: Ic36c1670866545db2cf2f29867de7e5b0ad2d57d
Diffstat (limited to 'config_host.mk.in')
-rw-r--r-- | config_host.mk.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in index b2875396d017..27615e9fc384 100644 --- a/config_host.mk.in +++ b/config_host.mk.in @@ -464,6 +464,8 @@ export RASQAL_MAJOR=@RASQAL_MAJOR@ export REDLAND_CFLAGS=$(gb_SPACE)@REDLAND_CFLAGS@ export REDLAND_LIBS=$(gb_SPACE)@REDLAND_LIBS@ export REDLAND_MAJOR=@REDLAND_MAJOR@ +export REVENGE_CFLAGS=$(gb_SPACE)@REVENGE_CFLAGS@ +export REVENGE_LIBS=$(gb_SPACE)@REVENGE_LIBS@ export RHINO_JAR=@RHINO_JAR@ export RPM=@RPM@ export RTL_ARCH=@RTL_ARCH@ |