12 lines
531 B
Diff
12 lines
531 B
Diff
--- libshout-2.4.1-orig/src/Makefile.am 2017-09-05 11:51:36.972728600 +0300
|
|
+++ libshout-2.4.1/src/Makefile.am 2017-09-05 12:07:04.885802200 +0300
|
|
@@ -35,7 +35,7 @@
|
|
libshout_la_LIBADD = common/net/libicenet.la common/timing/libicetiming.la common/avl/libiceavl.la\
|
|
common/httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) $(SPEEX_LIBS) @XIPH_LIBS@
|
|
|
|
-INCLUDES = -I$(top_builddir)/include -I./common/
|
|
+INCLUDES = -I$(top_builddir)/include -I$(top_srcdir)/src/common
|
|
|
|
debug:
|
|
$(MAKE) all CFLAGS="@DEBUG@"
|