alsa-utils/topology/Makefile.am

21 lines
279 B
Makefile
Raw Permalink Normal View History

bin_PROGRAMS = \
alsatplg
if USE_RST2MAN
man_MANS = alsatplg.1
endif
%.1: %.rst
rst2man $< > $@
alsatplg_SOURCES = topology.c
AM_CPPFLAGS = \
-Wall -I$(top_srcdir)/include
alsatplg_LDADD = $(ALSA_TOPOLOGY_LIBS)
EXTRA_DIST = alsatplg.rst
CLEANFILES = alsatplg.1