]> git.mxchange.org Git - flightgear.git/blobdiff - Simulator/Makefile.am
Changes to support GLUT joystick routines as fall back.
[flightgear.git] / Simulator / Makefile.am
index fad76f883b7307ee3b10b41caa2c0f7ee40ee9ed..ed862d74577dc48ce214228e34b5dc8065153f2d 100644 (file)
@@ -1,9 +1,3 @@
-if ENABLE_JOYSTICK_SUPPORT
-JOYSTICK_DIRS = Joystick
-else
-JOYSTICK_DIRS = 
-endif
-
 SUBDIRS = \
        Aircraft \
        Airports \
@@ -13,7 +7,7 @@ SUBDIRS = \
        Controls \
        Flight \
        GUI \
-       $(JOYSTICK_DIRS) \
+       Joystick \
        Objects \
        Scenery \
        Time \