From bbd61540874219bdf0590ca8a14d7f1e8d8fff47 Mon Sep 17 00:00:00 2001 From: Takamichi Horikawa Date: Thu, 17 Aug 2017 00:22:31 +0900 Subject: automake: fixed out of directory build --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk/Makefile.am') diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 2375b28..281fa65 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -34,7 +34,7 @@ endif #fmplayer_CFLAGS=$(CFLAGS) #CFLAGS= fmplayer_CPPFLAGS=-Wall -Wextra -pedantic \ - -I.. -I../soundout \ + -I$(top_srcdir)/.. -I$(top_srcdir)/../soundout \ $(GTK3_CFLAGS) $(JACK_CFLAGS) $(PULSE_CFLAGS) $(ALSA_CFLAGS) $(SNDFILE_CFLAGS) fmplayer_LDADD=$(GTK3_LIBS) $(JACK_LIBS) $(PULSE_LIBS) $(ALSA_LIBS) $(SNDFILE_LIBS) -lm -lpthread -- cgit v1.2.3