31c700d1 |
1 | # utils.h is copied from the parent directory, to ensure that in-tree |
2 | # built programs include the same path as out-of-tree programs. |
3 | BUILT_SOURCES = utils.h |
4 | |
5 | utils.h: ../utils.h |
6 | cp -f ../utils.h . |
7 | |
0ab4b843 |
8 | pkginclude_HEADERS=uilib.h uimisc.h utils.h |