6 lines
133 B
Makefile
6 lines
133 B
Makefile
include lib/gnulib.mk
|
|
|
|
# Allow "make distdir" to succeed before "make all" has run.
|
|
dist-hook: $(noinst_LIBRARIES)
|
|
.PHONY: dist-hook
|