Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
spr0cketeer
Icecast-Server
Commits
d3c1dafa
Commit
d3c1dafa
authored
Nov 28, 2015
by
Marvin Scholz
Browse files
Change deprecated INCLUDES variable in Makefile
parent
4cd55dc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/Makefile.am
View file @
d3c1dafa
...
...
@@ -6,8 +6,6 @@ SUBDIRS = common/avl common/net common/thread common/httpp common/log common/tim
bin_PROGRAMS
=
icecast
INCLUDES
=
-I
./common/
noinst_HEADERS
=
admin.h cfgfile.h logging.h sighandler.h connection.h
\
global.h util.h curl.h slave.h source.h stats.h refbuf.h client.h playlist.h
\
compat.h fserve.h xslt.h yp.h md5.h matchfile.h
\
...
...
@@ -32,7 +30,7 @@ icecast_DEPENDENCIES = @ICECAST_OPTIONAL@ common/net/libicenet.la common/thread/
icecast_LDADD
=
$(icecast_DEPENDENCIES)
@XIPH_LIBS@ @KATE_LIBS@
AM_CFLAGS
=
@XIPH_CFLAGS@
AM_CPPFLAGS
=
@XIPH_CPPFLAGS@
AM_CPPFLAGS
=
-I
./common/
@XIPH_CPPFLAGS@
AM_LDFLAGS
=
@XIPH_LDFLAGS@ @KATE_LIBS@
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment