~townsend/ubuntu-app-launch/remove-xmir-helpers

« back to all changes in this revision

Viewing changes to libubuntu-app-launch/ubuntu-app-launch.pc.in

  • Committer: Ted Gould
  • Date: 2014-04-30 15:45:23 UTC
  • mto: This revision was merged to the branch mainline in revision 150.
  • Revision ID: ted@gould.cx-20140430154523-2obclpi5vuoikm8t
Build system and file moves

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
libdir=@libdir@
2
2
includedir=@includedir@
3
3
 
4
 
Cflags: -I${includedir}/libupstart-app-launch-@apiversion@
 
4
Cflags: -I${includedir}/libubuntu-app-launch-@apiversion@
5
5
Requires: glib-2.0
6
 
Libs: -L${libdir} -lupstart-app-launch
 
6
Libs: -L${libdir} -lubuntu-app-launch
7
7
 
8
 
Name: libupstart-app-launch
9
 
Description: A library to manage and watch applications under Upstart
 
8
Name: libubuntu-app-launch
 
9
Description: A library to manage and watch applications under session init
10
10
Version: @VERSION@
11
11