pingus-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pingus-CVS] CVS: Games/Pingus/src/particles Makefile.am, 1.9, 1.10 ping


From: Ingo Ruhnke
Subject: [Pingus-CVS] CVS: Games/Pingus/src/particles Makefile.am, 1.9, 1.10 pingu_particle_holder.hxx, 1.4, 1.5
Date: Sat, 18 Oct 2003 14:11:33 +0200

Update of /var/lib/cvs/Games/Pingus/src/particles
In directory dark:/tmp/cvs-serv20278/src/particles

Modified Files:
        Makefile.am pingu_particle_holder.hxx 
Log Message:
- fixed a few makefiles and configure.ac

Index: Makefile.am
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/particles/Makefile.am,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- Makefile.am 28 Dec 2002 16:10:18 -0000      1.9
+++ Makefile.am 18 Oct 2003 12:11:31 -0000      1.10
@@ -17,6 +17,7 @@
 
 noinst_LIBRARIES = libpingus_particle.a
 
+libpingus_particle_a_CPPFLAGS = @PINGUS_CFLAGS@
 libpingus_particle_a_SOURCES = \
 pingu_particle_holder.cxx pingu_particle_holder.hxx \
  rain_particle_holder.cxx  rain_particle_holder.hxx \

Index: pingu_particle_holder.hxx
===================================================================
RCS file: /var/lib/cvs/Games/Pingus/src/particles/pingu_particle_holder.hxx,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- pingu_particle_holder.hxx   19 Apr 2003 10:23:19 -0000      1.4
+++ pingu_particle_holder.hxx   18 Oct 2003 12:11:31 -0000      1.5
@@ -21,7 +21,7 @@
 #define HEADER_PINGUS_PARTICLES_PINGU_PARTICLE_HOLDER_HXX
 
 #include <vector>
-#include <ClanLib/Display/Display/surface.h>
+#include <ClanLib/Display/surface.h>
 #include "../vector.hxx"
 #include "../worldobj.hxx"
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]