From 6f5234cad419adfae1ac306c32d393b83d1bad7b Mon Sep 17 00:00:00 2001 From: Salvatore Iovene Date: Sun, 6 Dec 2009 13:28:25 +0200 Subject: [PATCH] Add maemo-tweaks-section.pc.in. --- libmaemo-tweaks-section/maemo-tweaks-section.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 libmaemo-tweaks-section/maemo-tweaks-section.pc.in diff --git a/libmaemo-tweaks-section/maemo-tweaks-section.pc.in b/libmaemo-tweaks-section/maemo-tweaks-section.pc.in new file mode 100644 index 0000000..ca57275 --- /dev/null +++ b/libmaemo-tweaks-section/maemo-tweaks-section.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: maemo-tweaks-section +Description: A section in the maemo-tweaks applet. +Requires: gtk+-2.0 +Version: @VERSION@ +Libs: -L${libdir} -lmaemo-tweaks-section +Cflags: -I${includedir} + -- 1.7.9.5