diff options
Diffstat (limited to 'externals/grill/flext')
-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 \ |