blob: 308fddd8761806f4c88e9096be80d732690fa0ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
--- 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
|