Skip to content
  • Alexandre Duret-Lutz's avatar
    python: fix installation · 6230f320
    Alexandre Duret-Lutz authored
    * python/Makefile.am: Use nobase_ for installing python files.  This
    required removing the $(srcdir) prefix used almost everywhere in this
    file, which in turn enabled the use of subdir-objects to remove
    an Automake warning.  The downside is that the Makefile probably won't
    support VPATH builds with some inferior implementations of Make.
    6230f320