mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 07:42:18 +00:00
eefa89e72e
Now that the tools directories aren't entered when those tools aren't being built, there's no reason to use AM_CONDITIONAL in there.
7 lines
103 B
Makefile
7 lines
103 B
Makefile
AUTOMAKE_OPTIONS= foreign
|
|
|
|
SUBDIRS= include source
|
|
|
|
mans=qfvis.1
|
|
man_MANS= $(mans)
|
|
EXTRA_DIST= $(mans)
|