X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=include%2Fdoldaconnect%2FMakefile.am;h=f08b1cf5aef640ed4887f678eeb865cf71b74174;hb=118ce98812409db434e2f87220aaf3b286e0c549;hp=68c985ec761b36b78bae3c74ba5d25db95f02972;hpb=5b5c7760b25407cdb8481dd6115c5b19af8c39f0;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