diff options
author | Slávek Banko <[email protected]> | 2019-04-22 16:13:09 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-04-28 16:02:46 +0200 |
commit | b72d215669ce409ed6d6b6443b2fedb6c8045289 (patch) | |
tree | 3dc87bfe6c0c8925d03eb2b79f5dae6ce4c1e71a /Makefile.am | |
parent | e041d2bbeb82171495aafc3d34cafdfc7204cdf5 (diff) | |
download | libart-lgpl-b72d215669ce409ed6d6b6443b2fedb6c8045289.tar.gz libart-lgpl-b72d215669ce409ed6d6b6443b2fedb6c8045289.zip |
Use pkg-config to get values in libart2-config.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 7c59d8ccd2155e4184eccc76da99094d8f63d5ec)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index aec6c5d..a7399d1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,6 @@ art_config.h: EXTRA_DIST = \ libart.def \ - libart-config.in \ libart-2.0.pc.in \ libart-2.0-uninstalled.pc.in @@ -166,9 +165,6 @@ tests: testart testuta pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = libart-2.0.pc -libart2-config: libart-config - cp -f libart-config libart2-config - install-data-local: install-ms-lib install-libtool-import-lib uninstall-local: uninstall-ms-lib uninstall-libtool-import-lib |