quakeforge/tools/wav/Makefile.am
Bill Currie eefa89e72e Remove the AM_CONDITIONALs from tools.
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.
2012-02-10 02:50:42 +09:00

18 lines
314 B
Makefile

AUTOMAKE_OPTIONS= foreign
WAV_LIBS=@WAV_LIBS@
WAV_DEPS=@WAV_DEPS@
WAV_INCS=@WAV_INCS@
INCLUDES= -I$(top_srcdir)/include $(WAV_INCS)
bin_PROGRAMS= qfwavinfo
mans=qfwavinfo.1
man_MANS= #$(mans)
qfwavinfo_SOURCES= qfwavinfo.c
qfwavinfo_LDADD= $(WAV_LIBS)
qfwavinfo_DEPENDENCIES= $(WAV_DEPS)
EXTRA_DIST=#$(mans)