summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@openedhand.com>2008-01-29 19:12:35 +0000
committerEmmanuele Bassi <ebassi@openedhand.com>2008-01-29 19:12:35 +0000
commite8a59f086f43e5abd5414033ea8c9a886eb112ed (patch)
tree28c97036ac28b615a361befbd3c89b1d3d94d474
parentb6963328f3d8d8e85ca0b21f9bdeca77b5611019 (diff)
downloadjson-glib-e8a59f086f43e5abd5414033ea8c9a886eb112ed.tar.gz
Remove % from the pkg-config file rule
Rules starting with '%' are a make-isms, and automake 1.10 complains a lot about them.
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3c8d1f0..bea79c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,7 +8,7 @@ DIST_SUBDIRS = json-glib doc tests contrib
pcfiles = json-glib-1.0.pc
-%-1.0.pc: %.pc
+json-glib-1.0.pc: json-glib.pc
@cp -f $< $@
pkgconfig_DATA = $(pcfiles)