~upstart-devel/upstart/1.9

« back to all changes in this revision

Viewing changes to lib/Makefile.am

  • Committer: James Hunt
  • Date: 2013-07-04 10:51:53 UTC
  • Revision ID: james.hunt@ubuntu.com-20130704105153-v2ww4o7ldxk3e3x5
Tidy-up.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
            -e 's|[@]libupstart_version[@]|$(LIBUPSTART_VERSION_DOTTED)|g' \
70
70
            $< > $@
71
71
 
72
 
# libupstart.pc: libupstart.pc.in
73
 
#       sed -e 's|[@]prefix[@]|$(prefix)|g' \
74
 
#           -e 's|[@]exec_prefix[@]|$(exec_prefix)|g' \
75
 
#           -e 's|[@]libdir[@]|$(libdir)|g' \
76
 
#           -e 's|[@]includedir[@]|$(includedir)|g' \
77
 
#           -e 's|[@]VERSION[@]|$(LIBUPSTART_VERSION_DOTTED)|g' \
78
 
#           $< > $@
79
 
 
80
72
libupstart.pc: libupstart.pc.in
81
73
        sed -e 's|[@]LIBUPSTART_VERSION_DOTTED[@]|$(LIBUPSTART_VERSION_DOTTED)|g' \
82
74
            $< > $@