25 lines
522 B
Plaintext
25 lines
522 B
Plaintext
--- Makefile.in.orig Sat Oct 19 15:24:09 2002
|
|
+++ Makefile.in Sat Oct 19 15:25:58 2002
|
|
@@ -35,7 +35,7 @@
|
|
DESTDIR =
|
|
|
|
pkgdatadir = $(datadir)/@PACKAGE@
|
|
-pkglibdir = $(libdir)/@PACKAGE@
|
|
+pkglibdir = $(prefix)/libdata/pkgconfig
|
|
pkgincludedir = $(includedir)/@PACKAGE@
|
|
|
|
top_builddir = .
|
|
@@ -97,11 +97,10 @@
|
|
STRIP = @STRIP@
|
|
VERSION = @VERSION@
|
|
WARN_CFLAGS = @WARN_CFLAGS@
|
|
-pkglibdir = @pkglibdir@
|
|
|
|
AUTOMAKE_OPTIONS = 1.3
|
|
|
|
-SUBDIRS = src include test docs
|
|
+SUBDIRS = src include docs
|
|
|
|
bin_SCRIPTS = orbit2-config
|
|
|