diff options
author | Ralph Giles <ralph.giles@artifex.com> | 2007-10-01 23:00:35 +0000 |
---|---|---|
committer | Ralph Giles <ralph.giles@artifex.com> | 2007-10-01 23:00:35 +0000 |
commit | 720566742fc7a22c99562af24c9e6d31488ef2f0 (patch) | |
tree | 79cfa85cdaea5d7f3c4044ed3b3dfd01c6396816 | |
parent | 2aead5a1bc9f233172a56a73abbc895777284770 (diff) |
Update pkg-config support in the ijs tree.
git-svn-id: http://svn.ghostscript.com/ghostscript/trunk@8263 a1074d23-0009-0410-80fe-cf8c14f379e6
-rw-r--r-- | gs/ijs/Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gs/ijs/Makefile.am b/gs/ijs/Makefile.am index 827459b9c..850edabf4 100644 --- a/gs/ijs/Makefile.am +++ b/gs/ijs/Makefile.am @@ -1,4 +1,4 @@ -## Copyright (C) 2001-2004 Artifex Software, Inc. +## Copyright (C) 2001-2007 Artifex Software, Inc. ## ## Permission is hereby granted, free of charge, to any person ## obtaining a copy of this software and associated documentation @@ -34,7 +34,7 @@ MAINT_CHARSET = latin1 pkgincludedir=$(includedir)/ijs m4datadir = $(datadir)/aclocal -pkgconfigdatadir = $(prefix)/lib/pkgconfig +pkgconfigdatadir = $(libdir)/pkgconfig lib_LTLIBRARIES = libijs.la @@ -78,7 +78,7 @@ ijs_server_example_LDADD = libijs.la ## Data -pkgconfigdata_DATA = ijs.pc +pkgconfig_DATA = ijs.pc man_MANS = ijs-config.1 |