From 2e9e7d35426146c6a2a55ed7f1a782378cab14d6 Mon Sep 17 00:00:00 2001 From: ellson Date: Thu, 2 Apr 2009 17:03:41 +0000 Subject: [PATCH] fixing glut.h stuff --- lib/glcomp/Makefile.am | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lib/glcomp/Makefile.am b/lib/glcomp/Makefile.am index a77506edc..bbc15c284 100644 --- a/lib/glcomp/Makefile.am +++ b/lib/glcomp/Makefile.am @@ -4,22 +4,19 @@ AM_CPPFLAGS = \ -I$(top_srcdir) \ -I$(top_srcdir)/lib/common \ - -llibglut - $(GTK_CFLAGS) $(GTKGL_CFLAGS) $(GTKGLEXT_CFLAGS) $(GLADE_CFLAGS) $(FREETYPE2_CFLAGS) + $(GTK_CFLAGS) $(GLUT_CFLAGS) $(GTKGL_CFLAGS) $(GTKGLEXT_CFLAGS) $(GLADE_CFLAGS) $(FREETYPE2_CFLAGS) if WITH_SMYRNA noinst_HEADERS = glcompbutton.h glcompdefs.h glcomplabel.h \ glcomppanel.h glcompset.h glcomptexture.h \ glCompTrackBar.h glpangofont.h glcomptextpng.h\ - glcomptext.h \ - glutils.h + glcomptext.h glutils.h noinst_LTLIBRARIES = libglcomp_C.la endif libglcomp_C_la_SOURCES = glcompbutton.c glcomplabel.c \ glcomppanel.c glcompset.c glcomptexture.c glcomptextpng.c\ - glCompTrackBar.c glpangofont.c glcomptext.c \ - glutils.c + glCompTrackBar.c glpangofont.c glcomptext.c glutils.c EXTRA_DIST = glcomp.vcproj -- 2.40.0