ee222c046e
C++ interface for the GNOME libraries
13 lines
696 B
Plaintext
13 lines
696 B
Plaintext
$OpenBSD: patch-src_gnome--_Makefile_in,v 1.1.1.1 2001/11/01 13:31:13 wilfried Exp $
|
|
--- src/gnome--/Makefile.in.orig Sun Aug 5 12:04:53 2001
|
|
+++ src/gnome--/Makefile.in Sat Oct 27 14:08:03 2001
|
|
@@ -150,7 +150,7 @@ gnomemm_DATA = $(gnomemmh) imlib.h app-h
|
|
|
|
# This builds the library
|
|
libgnomemm_la_SOURCES = $(gnomemmc) app-helper.cc app-callback.cc point.cc affinetrans.cc construct_copies.cc
|
|
-libgnomemm_la_LDFLAGS = -version-info $(LIBGNOMEMM_SO_VERSION) -release $(GNOMEMM_RELEASE) -no-undefined
|
|
+libgnomemm_la_LDFLAGS = -version-info $(LIBGNOMEMM_SO_VERSION) -no-undefined
|
|
libgnomemm_la_LIBADD = $(GNOME_LIBDIR) $(GNOMEUI_LIBS) $(gnomemmla)
|
|
libgnomemm_la_DEPENDENCIES = $(gnomemmla)
|
|
|