2002-08-25 23:06:23 +00:00
|
|
|
AUTOMAKE_OPTIONS= foreign
|
|
|
|
|
|
|
|
SUBDIRS= include source
|
|
|
|
|
2002-09-17 22:19:14 +00:00
|
|
|
if BUILD_QFLIGHT
|
|
|
|
mans=qflight.1
|
|
|
|
else
|
|
|
|
mans=
|
|
|
|
endif
|
2002-08-25 23:06:23 +00:00
|
|
|
|
2002-09-17 22:19:14 +00:00
|
|
|
man_MANS= $(mans)
|
|
|
|
|
2002-09-17 22:37:32 +00:00
|
|
|
EXTRA_DIST= qflight.1
|