at 16.09-beta 18 lines 763 B view raw
1--- a/elementary.pc.in 2015-05-16 21:08:14.321148417 +0200 2+++ b/elementary.pc.in 2015-05-16 21:08:30.643412725 +0200 3@@ -14,4 +14,4 @@ 4 Requires.private: @requirement_elm_pc@ 5 Version: @VERSION@ 6 Libs: -L${libdir} -lelementary @ELEMENTARY_PC_LIBS@ 7-Cflags: -I${includedir}/elementary-@VMAJ@ 8+Cflags: -I${includedir}/elementary-@VMAJ@ @ELEMENTARY_PC_CFLAGS@ 9--- a/Makefile.am 2015-05-16 21:08:14.322148433 +0200 10+++ b/Makefile.am 2015-05-16 21:08:30.643412725 +0200 11@@ -84,6 +84,7 @@ 12 -e 's,@requirement_elm_pc\@,$(requirement_elm_pc),g' \ 13 -e 's,@ELEMENTARY_LIBS\@,$(ELEMENTARY_LIBS),g' \ 14 -e 's,@ELEMENTARY_PC_LIBS\@,$(ELEMENTARY_PC_LIBS),g' \ 15+-e 's,@ELEMENTARY_PC_CFLAGS\@,$(ELEMENTARY_PC_CFLAGS),g' \ 16 < $< > $@ || rm $@ 17 18 pc_verbose = $(pc_verbose_@AM_V@)