~ubuntu-branches/debian/sid/libaqbanking/sid

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Package Import Robot
  • Author(s): Micha Lenk
  • Date: 2015-08-25 09:24:58 UTC
  • Revision ID: package-import@ubuntu.com-20150825092458-1j8umse9e8orx321
Tags: 5.6.1beta-2
Added 0001-Make-contents-of-listdoc.h-reproducible.patch to make build
reproducible (closes: #792727).

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
cmakeconfig_DATA = aqbanking-config.cmake aqbanking-config-version.cmake
37
37
 
38
38
listdoc.h:
39
 
        $(gwenhywfar_bindir)/mklistdoc -I $(gwenhywfar_headers) -v `find $(aqbanking_symlinkdir) -name '*.h' ` >listdoc.h
 
39
        $(gwenhywfar_bindir)/mklistdoc -I $(gwenhywfar_headers) -v `find $(aqbanking_symlinkdir) -name '*.h' | LC_ALL=C sort ` >listdoc.h
40
40
 
41
41
srcdoc: Doxyfile listdoc.h
42
42
        if test -d apidoc; then rm -Rf apidoc; fi