diff options
author | William Joye <wjoye@cfa.harvard.edu> | 2019-12-18 21:32:16 (GMT) |
---|---|---|
committer | William Joye <wjoye@cfa.harvard.edu> | 2019-12-18 21:32:16 (GMT) |
commit | 51a28b67a1456a5618b949e2a4610ea26dc1df25 (patch) | |
tree | cef1dac06df78e01ace779b5d90fcf627cef0bcf /tkmpeg | |
parent | 5c4c64d0dd9ba76897614f080991119227df652c (diff) | |
download | blt-51a28b67a1456a5618b949e2a4610ea26dc1df25.zip blt-51a28b67a1456a5618b949e2a4610ea26dc1df25.tar.gz blt-51a28b67a1456a5618b949e2a4610ea26dc1df25.tar.bz2 |
fix TEA for CXX
Diffstat (limited to 'tkmpeg')
-rw-r--r-- | tkmpeg/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tkmpeg/Makefile.in b/tkmpeg/Makefile.in index e6b277d..17a0fe5 100644 --- a/tkmpeg/Makefile.in +++ b/tkmpeg/Makefile.in @@ -312,7 +312,7 @@ VPATH = $(srcdir):$(srcdir)/generic:$(srcdir)/unix:$(srcdir)/win:$(srcdir)/macos $(COMPILE) -c `@CYGPATH@ $<` -o $@ .C.@OBJEXT@: - $(COMPILE_CSS) -c `@CYGPATH@ $<` -o $@ + $(COMPILE_CXX) -c `@CYGPATH@ $<` -o $@ #======================================================================== # Distribution creation |