forked from Lainports/freebsd-ports
This version 1.1 has many new features. See http://www.kdevelop.org/ for details. I reduced difference between kdevelop and kdevelop-i18n. The i18n patch to kdevelop's editor is now included in the distributed source. PR: 17034 Submitted by: Will Andrews <andrews@technologist.com>
13 lines
258 B
Text
13 lines
258 B
Text
--- kdlgloader/Makefile.in Sun Feb 27 12:01:29 2000
|
|
+++ kdlgloader/Makefile.in.new Sun Feb 27 21:32:51 2000
|
|
@@ -212,8 +212,8 @@
|
|
|
|
lib_LTLIBRARIES = libkdlgloader.la
|
|
|
|
-SOMAJOR = 1
|
|
-SOMINOR = 0
|
|
+SOMAJOR ?= 1
|
|
+SOMINOR ?= 0
|
|
|
|
include_HEADERS = kdlgloader.h
|
|
|