From: ellson Date: Thu, 2 Apr 2009 17:03:41 +0000 (+0000) Subject: fixing glut.h stuff X-Git-Tag: LAST_LIBGRAPH~32^2~2196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e9e7d35426146c6a2a55ed7f1a782378cab14d6;p=graphviz fixing glut.h stuff --- 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