diff options
author | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2009-09-26 13:09:29 +0000 |
---|---|---|
committer | lluís gómez i bigordà <lluisbigorda@users.sourceforge.net> | 2009-09-26 13:09:29 +0000 |
commit | e5a4571c60e69229ce4a658abe4c28039ae0e446 (patch) | |
tree | f255b008e8a4a337f19f7f4284b05b96f4d3b8e8 /Makefile.in | |
parent | fd6e79aec6693b14ad234eb6c31fb88c01cc5e07 (diff) |
added pdp_dc1394
svn path=/trunk/externals/pidip/; revision=12458
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 0e59869..a0bda6d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -45,7 +45,7 @@ pidip.pd_darwin: pdp_pidip_all strip -x pidip.pd_darwin pidip.pd_linux: pdp_pidip_all - rm -f pidip.pd_linu + rm -f pidip.pd_linux g++ -export_dynamic -shared -o pidip.pd_linux modules/*.o system/*.o $(THEORA_LIBS) $(PDP_PIDIP_LIBS) $(IMLIB_LIBS) $(DC1394_LIBS) strip --strip-unneeded pidip.pd_linux |