]> granicus.if.org Git - graphviz/commitdiff
smyrna Makefile.am updates
authorellson <devnull@localhost>
Tue, 26 Feb 2008 19:09:59 +0000 (19:09 +0000)
committerellson <devnull@localhost>
Tue, 26 Feb 2008 19:09:59 +0000 (19:09 +0000)
lib/glcomp/Makefile.am [new file with mode: 0644]

diff --git a/lib/glcomp/Makefile.am b/lib/glcomp/Makefile.am
new file mode 100644 (file)
index 0000000..220b47b
--- /dev/null
@@ -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