diff options
author | Youmin Ha <youmin.ha@samsung.com> | 2010-05-18 16:17:28 +0900 |
---|---|---|
committer | Youmin Ha <youmin.ha@samsung.com> | 2010-05-18 16:17:28 +0900 |
commit | f6a80aeab0748f8283520cd90830f8943557f72d (patch) | |
tree | 11a13f4f4593591d5d1a59bb5bbb3acf34db8b20 /eukit.pc.in | |
parent | d1d3ad270df1eb96805049c683df57b73c1fd7f4 (diff) | |
download | edbus-f6a80aeab0748f8283520cd90830f8943557f72d.tar.gz edbus-f6a80aeab0748f8283520cd90830f8943557f72d.tar.bz2 edbus-f6a80aeab0748f8283520cd90830f8943557f72d.zip |
svn update: 48851 (latest:48959)
Diffstat (limited to 'eukit.pc.in')
-rw-r--r-- | eukit.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/eukit.pc.in b/eukit.pc.in new file mode 100644 index 0000000..02de42d --- /dev/null +++ b/eukit.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: eukit +Description: udisks/upower convenience library +@pkgconfig_requires_private@: ecore edbus +Version: @VERSION@ +Libs: -L${libdir} -leukit +Cflags: -I${includedir} |