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.11,1.12


From: torangan
Subject: [Pingus-CVS] CVS: Games/Pingus/src/input Makefile.am,1.11,1.12
Date: 10 Jul 2002 16:31:15 -0000

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

Modified Files:
        Makefile.am 
Log Message:
added events


Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/Games/Pingus/src/input/Makefile.am,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- Makefile.am 10 Jul 2002 14:05:24 -0000      1.11
+++ Makefile.am 10 Jul 2002 16:31:13 -0000      1.12
@@ -18,16 +18,19 @@
 noinst_LIBRARIES = libpingus_input.a
 
 libpingus_input_a_SOURCES =       \
+       action_axis_event.hxx \
         axis.hxx \
        axis_factory.hxx axis_factory.cxx \
         axis_pointer.hxx axis_pointer.cxx \
        button.hxx  \
         button_axis.hxx button_axis.cxx \
+       button_event.hxx \
        button_factory.hxx button_factory.cxx \
        controller.hxx controller.cxx \
        dummy_axis.hxx \
        dummy_button.hxx \
        dummy_pointer.hxx \
+       event.hxx \
        inverted_axis.hxx inverted_axis.cxx \
        joystick_axis.hxx joystick_axis.cxx \
         joystick_button.hxx joystick_button.cxx \
@@ -36,6 +39,7 @@
        mouse_axis.hxx mouse_axis.cxx \
        mouse_button.hxx mouse_button.cxx \
         mouse_pointer.hxx mouse_pointer.cxx \
+       move_event.hxx \
        multiple_axis.hxx multiple_axis.cxx \
        multiple_button.hxx multiple_button.cxx \
        multiple_pointer.hxx multiple_pointer.cxx \




reply via email to

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