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
1d81d666
Commit
1d81d666
authored
Sep 10, 2001
by
Jack Moffitt
Browse files
Include configuration files in 'make dist'
svn path=/trunk/icecast/; revision=2002
parent
60096227
Changes
3
Hide whitespace changes
Inline
Side-by-side
Makefile.am
View file @
1d81d666
...
...
@@ -2,7 +2,7 @@
AUTOMAKE_OPTIONS
=
foreign dist-zip
SUBDIRS
=
src
SUBDIRS
=
src
conf
EXTRA_DIST
=
README AUTHORS COPYING
...
...
conf/Makefile.am
0 → 100644
View file @
1d81d666
## Process this with automake to create Makefile.in
AUTOMAKE_OPTIONS
=
foreign
EXTRA_DIST
=
icecast.xml
debug
:
$(MAKE)
all
CFLAGS
=
"@DEBUG@"
profile
:
$(MAKE)
all
CFLAGS
=
"@PROFILE@"
configure.in
View file @
1d81d666
...
...
@@ -103,4 +103,4 @@ AC_SUBST(DEBUG)
AC_SUBST(CFLAGS)
AC_SUBST(PROFILE)
AC_OUTPUT(Makefile src/Makefile src/avl/Makefile src/httpp/Makefile src/thread/Makefile src/log/Makefile src/net/Makefile src/timing/Makefile)
AC_OUTPUT(Makefile
conf/Makefile
src/Makefile src/avl/Makefile src/httpp/Makefile src/thread/Makefile src/log/Makefile src/net/Makefile src/timing/Makefile)
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