diff --git a/src/Makefile.am b/src/Makefile.am index b9ce208d..e2233d72 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -5,6 +5,7 @@ SUBDIRS = common/avl common/net common/thread common/httpp common/log common/tim bin_PROGRAMS = icecast noinst_HEADERS = \ + icecasttypes.h \ admin.h \ main.h \ cfgfile.h \ diff --git a/src/icecasttypes.h b/src/icecasttypes.h new file mode 100644 index 00000000..6d06ad78 --- /dev/null +++ b/src/icecasttypes.h @@ -0,0 +1,12 @@ +/* Icecast + * + * This program is distributed under the GNU General Public License, version 2. + * A copy of this license is included with this source. + * + * Copyright 2018, Philipp "ph3-der-loewe" Schafft , + */ + +#ifndef __ICECASTTYPES_H__ +#define __ICECASTTYPES_H__ + +#endif