diff --git a/Makefile.am b/Makefile.am index 78f6494..54067bb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -90,6 +90,7 @@ EXTRA_DIST = pkg.m4 \ tests/lib1/requires-internal-2.pc \ tests/lib1/requires-internal-missing.pc \ tests/lib1/requires-internal-collision.pc \ + tests/lib1/tuple-quoting.pc \ tests/test_env.sh \ $(test_scripts) \ doc/conf.py \ diff --git a/tests/lib1/tuple-quoting.pc b/tests/lib1/tuple-quoting.pc new file mode 100644 index 0000000..265187b --- /dev/null +++ b/tests/lib1/tuple-quoting.pc @@ -0,0 +1,7 @@ +prefix="/usr" +libdir=${prefix}/lib + +Name: tuple-quoting +Description: Another pkg-config test +Version: 1.3 +Libs: -L${libdir} -lfoo