2cb09e7fd0
- Fixed installation prefix, it is GNOME dependent, should not be in LOCALBASE but X11BASE. - Changed location of installed gmimeConf.sh for gnome-config script PR: 26414 Submitted by: maintainer
20 lines
488 B
Text
20 lines
488 B
Text
--- Makefile.in.orig Wed Mar 28 21:57:59 2001
|
|
+++ Makefile.in Sun Apr 8 01:01:19 2001
|
|
@@ -92,7 +92,7 @@
|
|
glib_cflags = @glib_cflags@
|
|
glib_libs = @glib_libs@
|
|
|
|
-SUBDIRS = . tests doc
|
|
+SUBDIRS = . tests
|
|
|
|
INCLUDES = -I@srcdir@ $(VERSION_FLAGS) @GLIB_CFLAGS@ -DG_LOG_DOMAIN=\"gmime\"
|
|
|
|
@@ -126,7 +126,7 @@
|
|
test_parser_DEPENDENCIES = $(DEPS)
|
|
test_parser_LDADD = $(LDADDS)
|
|
|
|
-confexecdir = $(libdir)
|
|
+confexecdir = $(sysconfdir)
|
|
confexec_DATA = gmimeConf.sh
|
|
|
|
CLEANFILES = gmimeConf.sh
|