Changes in src/tests/Makefile.in [a4248de1:0dc3ac3]
- File:
-
- 1 edited
-
src/tests/Makefile.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/tests/Makefile.in
ra4248de1 r0dc3ac3 311 311 312 312 # SKULLDUGGERY like libcfa/Makefile.am prevent extensionless headers from being generated 313 # however, here it is more complicated because it must match the dependencies exactly 314 # depencies seem to have the absolute path to the build directory and relative path 315 # to the headers from there 313 # however, here it is more complicated because it must match the dependencies based on how 314 # they are generated by gcc 316 315 headers = $(shell find $(top_srcdir)/src/libcfa -type f ! -name "*.*") 317 316 headers_real = $(shell realpath --relative-to=$(top_srcdir)/src/libcfa $(headers))
Note:
See TracChangeset
for help on using the changeset viewer.