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 = libast112.la 11noinst_HEADERS = ast112.h 12 13libast112_la_SOURCES = ast112.c 14libast112_la_CFLAGS = $(AM_CFLAGS) 15libast112_la_LDFLAGS = $(AM_LDFLAGS) 16