13 lines
519 B
Plaintext
13 lines
519 B
Plaintext
$OpenBSD: patch-console_plugins_Makefile_am,v 1.3 2007/01/22 20:24:06 todd Exp $
|
|
--- console/plugins/Makefile.am.orig Thu Jan 18 23:28:14 2007
|
|
+++ console/plugins/Makefile.am Fri Jan 19 19:07:47 2007
|
|
@@ -19,7 +19,7 @@ gntgf_la_CFLAGS = $(X11_CFLAGS)
|
|
|
|
gntgf_la_LIBADD = $(GLIB_LIBS) $(X11_LIBS) $(top_builddir)/console/libgnt/libgnt.la
|
|
gnthistory_la_LIBADD = $(GLIB_LIBS)
|
|
-gntlastlog_la_LIBADD = $(GLIB_LIBS)
|
|
+gntlastlog_la_LIBADD = $(GLIB_LIBS) $(top_builddir)/console/libgnt/libgnt.la
|
|
|
|
endif # PLUGINS
|
|
|