X-Git-Url: http://git.dolda2000.com/gitweb/?a=blobdiff_plain;f=include%2Fdoldaconnect%2FMakefile.am;h=f08b1cf5aef640ed4887f678eeb865cf71b74174;hb=31c700d16bc6161783befe07b6df5495577177f4;hp=68c985ec761b36b78bae3c74ba5d25db95f02972;hpb=b5010caaa4606ea37df9cd1334dc99fff05a8bd3;p=doldaconnect.git diff --git a/include/doldaconnect/Makefile.am b/include/doldaconnect/Makefile.am index 68c985e..f08b1cf 100644 --- a/include/doldaconnect/Makefile.am +++ b/include/doldaconnect/Makefile.am @@ -1 +1,8 @@ -pkginclude_HEADERS=uilib.h uimisc.h utils.h +# utils.h is copied from the parent directory, to ensure that in-tree +# built programs include the same path as out-of-tree programs. +BUILT_SOURCES = utils.h + +utils.h: ../utils.h + cp -f ../utils.h . + +pkginclude_HEADERS=uilib.h uimisc.h