#
# beep library (incomplete implementation)
#

noinst_LIBRARIES = \
	libbeep.a

libbeep_a_SOURCES = \
	BeepSessionMgr.h \
	BeepSessionMgr.cc \
	BeepChannel.h \
	BeepChannel.cc \
	RawBeepMsg.h \
	RawBeepMsg.cc



include $(top_srcdir)/src/common.am


syntax highlighted by Code2HTML, v. 0.9.1