mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2024-11-03 04:17:17 -05:00
0c16610750
forgot a few win32 files in the automake Makefile... svn path=/icecast/trunk/icecast/; revision=10045
17 lines
691 B
Makefile
17 lines
691 B
Makefile
## Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = foreign
|
|
|
|
SUBDIRS = res
|
|
|
|
EXTRA_DIST = ConfigTab.cpp ConfigTab.h Icecast2win.clw Icecast2win.cpp \
|
|
Icecast2win.dsp Icecast2win.dsw Icecast2win.h Icecast2win.rc \
|
|
Icecast2winDlg.cpp Icecast2winDlg.h Makefile.am \
|
|
StatsTab.cpp StatsTab.h Status.cpp Status.h StdAfx.cpp \
|
|
StdAfx.h TabCtrlSSL.cpp TabCtrlSSL.h TabPageSSL.cpp TabPageSSL.h black.bmp \
|
|
colors.h icecast.dsp icecast.ico icecast2.iss icecast2logo2.bmp\
|
|
resource.h running.bmp stopped.bmp TRAYNOT.h Traynot.cpp \
|
|
icecast2_console.dsw icecast2_console.dsp credits.bmp icecast2title.bmp \
|
|
icecastService.cpp icecastService.dsp
|
|
|