diff options
author | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2009-10-10 06:16:23 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@dside.dyndns.org> | 2009-10-10 06:16:23 +0200 |
commit | 69a2548913619eb81dcb6c03e27585e02fe057cd (patch) | |
tree | 21fd934d184d8de3e0f58de8f9299da98cd2fe2e /engines/Makefile.am | |
parent | 9e6ed416e3368b23c867e54dd2f7cc18f75a1c6e (diff) | |
download | librcc-69a2548913619eb81dcb6c03e27585e02fe057cd.tar.gz librcc-69a2548913619eb81dcb6c03e27585e02fe057cd.tar.bz2 librcc-69a2548913619eb81dcb6c03e27585e02fe057cd.tar.xz librcc-69a2548913619eb81dcb6c03e27585e02fe057cd.zip |
Support systems without lockf (OpenSolaris), check GTK1 headers in configure.in, complain on missing macros in autogen.sh, patches by Ivan Borzenkov and Colin Watson for eglibc compatibility
Diffstat (limited to 'engines/Makefile.am')
-rw-r--r-- | engines/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/Makefile.am b/engines/Makefile.am index 93e490a..3b8c303 100644 --- a/engines/Makefile.am +++ b/engines/Makefile.am @@ -1,6 +1,6 @@ lib_LTLIBRARIES = western_engine.la -libdir = $(pkgdatadir)/engines +libdir = $(pkgdatadir)engines if HAVE_RCD lib_LTLIBRARIES += librcd_engine.la |