Joe Krahn\'s input (dials) device implementation.
[freeglut] / src / Makefile.am
index 3378086..93195de 100644 (file)
@@ -5,7 +5,13 @@
 #
 lib_LTLIBRARIES = lib@LIBRARY@.la
 
-noinst_HEADERS = freeglut_internal.h
+#
+# Headers and extra stuff we want to distribute
+#
+noinst_HEADERS = freeglut_internal.h freeglut_teapot_data.h
+
+EXTRA_DIST = freeglutdll.def
+
 #
 # Those source files build the freeglut library
 #
@@ -21,6 +27,7 @@ lib@LIBRARY@_la_SOURCES = freeglut_callbacks.c \
                         freeglut_gamemode.c \
                         freeglut_geometry.c \
                         freeglut_init.c \
+                        freeglut_input_devices.c \
                         freeglut_joystick.c \
                         freeglut_main.c \
                         freeglut_menu.c \
@@ -39,7 +46,7 @@ lib@LIBRARY@_la_LIBADD = $(LIBM) $(X_LIBS) -lGL -lGLU -lXext -lX11 $(LIBXXF86VM)
 lib@LIBRARY@_la_LDFLAGS = -version-info 11:0:8
 lib@LIBRARY@_la_CFLAGS = $(X_CFLAGS)
 
-INCLUDES = -I../include
+INCLUDES = -I$(top_srcdir)/include
 
 #
 # End of file