mirror of
https://github.com/alsa-project/alsa-utils
synced 2024-11-10 08:15:43 +01:00
6343f35202
i18nize some programs with gettext.
7 lines
171 B
Makefile
7 lines
171 B
Makefile
INCLUDES = -I$(top_srcdir)/include
|
|
EXTRA_DIST = README.aconnect aconnect.1
|
|
LDADD = $(LIBINTL)
|
|
|
|
bin_PROGRAMS = aconnect
|
|
aconnect_SOURCES = aconnect.c
|
|
man_MANS = aconnect.1
|