blob: bdb98560937efa2a1b67ed0b5ed5f43b586af067 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- support/Makefile.in.orig Thu Apr 8 11:33:39 1999
+++ support/Makefile.in Thu Apr 8 08:46:59 1999
@@ -148,7 +148,7 @@
mcserv = @mcserv@
need_gnome_support = @need_gnome_support@
-supportexecincludedir = $(pkglibdir)/include
+supportexecincludedir = $(includedir)
INCLUDES = -D_GNU_SOURCE
@@ -170,7 +170,7 @@
libgnomesupport_la_SOURCES = gnomesupport.h $(popt_sources) gnome-argp.c
libgnomesupport_la_LIBADD = @LTLIBOBJS@
-libgnomesupport_la_LDFLAGS = -version-info 0:0:0
+libgnomesupport_la_LDFLAGS = -version-info 2:0:0
BUILT_SOURCES = gnomesupport.h
|