~ubuntu-branches/debian/experimental/xserver-xorg-video-intel/experimental

« back to all changes in this revision

Viewing changes to src/sna/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Cyril Brulebois
  • Date: 2012-01-16 00:52:23 UTC
  • mto: (0.4.17)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: package-import@ubuntu.com-20120116005223-nyclxd7g2tw09g0v
Tags: upstream-2.17.0+git20120115
ImportĀ upstreamĀ versionĀ 2.17.0+git20120115

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
endif
106
106
 
107
107
if HAVE_DOT_GIT
108
 
git_version.h: $(top_builddir)/.git/HEAD $(shell sed -e '/ref:/!d' -e 's#ref: *#$(top_builddir)/.git/#' < $(top_builddir)/.git/HEAD)
 
108
git_version.h: $(top_srcdir)/.git/HEAD $(shell sed -e '/ref:/!d' -e 's#ref: *#$(top_srcdir)/.git/#' < $(top_srcdir)/.git/HEAD)
109
109
        @echo "Recording git-tree used for compilation: `git describe`"
110
110
        @V=`git describe`; echo "static const char git_version[] = \"$$V\";" > git_version.h
111
111
sna_driver.c: git_version.h