acf97303c3
Eterm is a X-Windows terminal emulator based on rxvt/xterm. Submitted by: Kyle Hargraves <halogen@nol.net> Fixed by: Kevin Lo <kevlo@cvs.openbsd.org>
12 lines
512 B
Plaintext
12 lines
512 B
Plaintext
--- src/Makefile.in.orig Wed Feb 9 15:45:19 2000
|
|
+++ src/Makefile.in Wed Feb 9 15:46:06 2000
|
|
@@ -106,7 +106,7 @@
|
|
libEterm_la_SOURCES = activeconfig.c activeeterm.c activetags.c command.c graphics.c grkelot.c menubar.c misc.c netdisp.c options.c pixmap.c screen.c scrollbar.c system.c threads.c utmp.c
|
|
|
|
libEterm_la_DEPENDENCIES = $(DIST_ROOT)/libmej/libmej.la feature.h
|
|
-libEterm_la_LDFLAGS = -release $(VERSION)
|
|
+libEterm_la_LDFLAGS = -version-info 0:8:0
|
|
|
|
bin_PROGRAMS = Eterm
|
|
Eterm_SOURCES = main.c
|