From 582d97c1a148882f00282dd897a26774b2266064 Mon Sep 17 00:00:00 2001 From: Stephen North Date: Mon, 8 Sep 2014 20:36:06 -0400 Subject: [PATCH] Need X_LIBS, at least in OSX 10.9 --- cmd/smyrna/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/smyrna/Makefile.am b/cmd/smyrna/Makefile.am index ff3f189f8..c74be8cfb 100644 --- a/cmd/smyrna/Makefile.am +++ b/cmd/smyrna/Makefile.am @@ -70,7 +70,7 @@ smyrna_LDADD = $(top_builddir)/lib/cgraph/libcgraph_C.la \ $(top_builddir)/lib/expr/libexpr_C.la \ $(top_builddir)/lib/ingraphs/libingraphs_C.la \ $(top_builddir)/lib/neatogen/libneatogen_C.la \ - $(GTK_LIBS) $(GLUT_LIBS) $(GTKGLEXT_LIBS) $(GLADE_LIBS) $(EXPAT_LIBS) $(GTS_LIBS) $(EXTRA_SMYRNA_LDFLAGS) + $(GTK_LIBS) $(GLUT_LIBS) $(GTKGLEXT_LIBS) $(GLADE_LIBS) $(X_LIBS) $(EXPAT_LIBS) $(GTS_LIBS) $(EXTRA_SMYRNA_LDFLAGS) smyrna_static_SOURCES = $(smyrna_SOURCES) smyrna_static_LDADD = $(top_builddir)/lib/cgraph/libcgraph_C.la \ @@ -83,7 +83,7 @@ smyrna_static_LDADD = $(top_builddir)/lib/cgraph/libcgraph_C.la \ $(top_builddir)/lib/expr/libexpr_C.la \ $(top_builddir)/lib/ingraphs/libingraphs_C.la \ $(top_builddir)/lib/neatogen/libneatogen_C.la \ - $(GTK_LIBS) $(GLUT_LIBS) $(GTKGLEXT_LIBS) $(GLADE_LIBS) $(EXPAT_LIBS) $(GTS_LIBS) + $(GTK_LIBS) $(GLUT_LIBS) $(GTKGLEXT_LIBS) $(GLADE_LIBS) $(X_LIBS) $(EXPAT_LIBS) $(GTS_LIBS) smyrna.1.pdf: $(srcdir)/smyrna.1 - @GROFF@ -Tps -man $(srcdir)/smyrna.1 | @PS2PDF@ - - >smyrna.1.pdf -- 2.40.0