diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-04-19 20:55:34 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-04-19 20:55:34 +0000 |
commit | df0b641a8706a7ed912422b83be726b7f17cb82e (patch) | |
tree | c99ae7d55b587ee3589ddede71404e42d116bb95 /externals/grill | |
parent | b828d14654b69042d4e60ac132a8f7bbd7cb5f1e (diff) |
*** empty log message ***
svn path=/trunk/; revision=2793
Diffstat (limited to 'externals/grill')
-rwxr-xr-x | externals/grill/flext/source/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/grill/flext/source/Makefile.am b/externals/grill/flext/source/Makefile.am index e4ffe27e..a07525a2 100755 --- a/externals/grill/flext/source/Makefile.am +++ b/externals/grill/flext/source/Makefile.am @@ -29,7 +29,8 @@ SRCS_FLEXT = \ flmsg.cpp \ flproxy.cpp \ flqueue.cpp \ - flbind.cpp + flbind.cpp \ + flmap.cpp pkginclude_HEADERS = \ flprefix.h \ |