mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-11-02 09:01:48 -05:00
support the compilation with gtk2.
This commit is contained in:
parent
4b57479284
commit
63d29906c0
4 changed files with 16 additions and 4 deletions
|
|
@ -1,10 +1,10 @@
|
|||
AM_CFLAGS = @GTK_CFLAGS@
|
||||
AM_CFLAGS = @RMEDIGICONTROL_CFLAGS@
|
||||
bin_PROGRAMS = rmedigicontrol
|
||||
rmedigicontrol_SOURCES = rmedigicontrol.c rmedigicontrol.h level.c loopback.c
|
||||
|
||||
rmedigicontrol_LDFLAGS = @GTK_LIBS@
|
||||
rmedigicontrol_LDFLAGS = @RMEDIGICONTROL_LIBS@
|
||||
|
||||
EXTRA_DIST = depcomp
|
||||
EXTRA_DIST = depcomp configure.in-gtk2
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
alsa-dist: distdir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue