diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-05-24 02:06:26 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2008-05-24 02:06:26 +0000 |
commit | aee8500c286c817c0760438af5d057ec9d94bd2e (patch) | |
tree | 6f539fa975a01655b0d6cde5446a8eea334f842f /pix_preview | |
parent | 138d072bbf20548d7b7fa1fc098f0c5b7dbcf6e2 (diff) |
fixed for new .cc files from old .cpp files
svn path=/trunk/externals/pdvjtools/; revision=9895
Diffstat (limited to 'pix_preview')
-rw-r--r-- | pix_preview/Makefile | 4 |
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 |