]> granicus.if.org Git - graphviz/commitdiff
fixing glut.h stuff
authorellson <devnull@localhost>
Thu, 2 Apr 2009 17:03:41 +0000 (17:03 +0000)
committerellson <devnull@localhost>
Thu, 2 Apr 2009 17:03:41 +0000 (17:03 +0000)
lib/glcomp/Makefile.am

index a77506edcba751c8fb06f39e1d6a432b4d54473d..bbc15c284d9719635f681f8b349341603604fe0d 100644 (file)
@@ -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