1# FILE:			AutoMake Makefile for chan-sccp
2# COPYRIGHT:		chan-sccp-b.sourceforge.net group 2011
3# CREATED BY:		Diederik de Groot <ddegroot@sourceforge.net>
4# LICENSE: 		This program is free software and may be modified and distributed under the terms of the GNU Public License version 3.
5# 			See the LICENSE file at the top of the source tree.
6# NOTE:			Process this file with automake to produce a makefile.in script.
7
8include 		$(top_srcdir)/src/Makefile.inc.am
9
10noinst_LTLIBRARIES	= libast116.la
11noinst_HEADERS		= ast116.h
12
13libast116_la_SOURCES	= ast116.c
14libast116_la_CFLAGS	= $(AM_CFLAGS)
15libast116_la_LDFLAGS	= $(AM_LDFLAGS)
16