pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] CVS: Games/Pingus/src/input Makefile.am,1.8,1.9


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/input Makefile.am,1.8,1.9
Date: 9 Jul 2002 16:58:59 -0000

Update of /usr/local/cvsroot/Games/Pingus/src/input
In directory dark:/tmp/cvs-serv10931

Modified Files:
        Makefile.am 
Log Message:
added some files


Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/Makefile.am,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Makefile.am 9 Jul 2002 14:22:00 -0000       1.8
+++ Makefile.am 9 Jul 2002 16:58:57 -0000       1.9
@@ -19,9 +19,12 @@
 
 libpingus_input_a_SOURCES =       \
         axis.hxx \
+       axis_factory.hxx axis_factory.cxx \
         axis_pointer.hxx axis_pointer.cxx \
        button.hxx  \
         button_axis.hxx button_axis.cxx \
+       button_factory.hxx button_factory.cxx \
+       controller.hxx controller.cxx \
        inverted_axis.hxx inverted_axis.cxx \
        joystick_axis.hxx joystick_axis.cxx \
         joystick_button.hxx joystick_button.cxx \
@@ -32,6 +35,7 @@
         mouse_pointer.hxx mouse_pointer.cxx \
        multiple_button.hxx multiple_button.cxx \
        multiple_pointer.hxx multiple_pointer.cxx \
-        pointer.hxx
+        pointer.hxx \
+       pointer_factory.hxx pointer_factory.cxx
 
 # EOF #




reply via email to

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