X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2FMakefile.am;h=20077b22e64c657ccd14fab1a119a5c39b0188f1;hb=5763e95ba884a7dd8d49adb4ef9e3084d619a82d;hp=7134ac90f4e7b897e22e775b902fac89e8be4dc6;hpb=ee83427d3c6e31a51ec1a38197208ce2990fda22;p=freeglut diff --git a/src/Makefile.am b/src/Makefile.am index 7134ac9..20077b2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 # @@ -39,6 +45,8 @@ 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$(top_srcdir)/include + # # End of file #