From: ellson Date: Tue, 26 Feb 2008 19:09:59 +0000 (+0000) Subject: smyrna Makefile.am updates X-Git-Tag: LAST_LIBGRAPH~32^2~4685 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90c4b72a3c3ddad3724ab75ddfb045b6152334c5;p=graphviz smyrna Makefile.am updates --- diff --git a/lib/glcomp/Makefile.am b/lib/glcomp/Makefile.am new file mode 100644 index 000000000..220b47b53 --- /dev/null +++ b/lib/glcomp/Makefile.am @@ -0,0 +1,17 @@ +# $Id$ $Revision$ +# ## Process this file with automake to produce Makefile.in + +AM_CPPFLAGS = \ + -I$(top_srcdir) \ + -I$(top_srcdir)/lib/cgraph \ + -I$(top_srcdir)/lib/cdt \ + -I$(top_srcdir)/lib/utilities \ + -I$(top_srcdir)/cmd/smyrna \ + $(GTK_CFLAGS) $(GTKGL_CFLAGS) $(GTKGLEXT_CFLAGS) $(GLADE_CFLAGS) $(FREETYPE2_CFLAGS) + +if WITH_SMYRNA +noinst_HEADERS = glcompset.h glcomptexture.h glutils.h +noinst_LTLIBRARIES = libglcomp.la +endif + +libglcomp_C_la_SOURCES = glcompset.c glcomptexture.c glutils.c