aboutsummaryrefslogtreecommitdiff
path: root/pix_preview/Makefile
diff options
context:
space:
mode:
authorHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-24 02:06:26 +0000
committerHans-Christoph Steiner <eighthave@users.sourceforge.net>2008-05-24 02:06:26 +0000
commitaee8500c286c817c0760438af5d057ec9d94bd2e (patch)
tree6f539fa975a01655b0d6cde5446a8eea334f842f /pix_preview/Makefile
parent138d072bbf20548d7b7fa1fc098f0c5b7dbcf6e2 (diff)
fixed for new .cc files from old .cpp files
svn path=/trunk/externals/pdvjtools/; revision=9895
Diffstat (limited to 'pix_preview/Makefile')
-rw-r--r--pix_preview/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/pix_preview/Makefile b/pix_preview/Makefile
index 0c0b38f..ef0a321 100644
--- a/pix_preview/Makefile
+++ b/pix_preview/Makefile
@@ -27,8 +27,8 @@ clean:
distro: clean all
rm *.o
-.cpp.o:
- g++ $(GEM2PNM_CPPFLAGS) $(GEM2PNM_INCLUDE) -o $*.o -c $*.cpp
+.cc.o:
+ g++ $(GEM2PNM_CPPFLAGS) $(GEM2PNM_INCLUDE) -o $*.o -c $*.cc
.c.o:
gcc $(GEM2PNM_CPPFLAGS) $(GEM2PNM_INCLUDE) -o $*.o -c $*.c