makefile.am
来自「Sofia SIP is an open-source SIP User-Age」· AM 代码 · 共 36 行
AM
36 行
## Makefile.am for sofia features module## Copyright (C) 2005,2006 Nokia Corporation# Contact: Pekka Pessi <pekka.pessi@nokia.com># Licensed under LGPL. See file COPYING.# ----------------------------------------------------------------------# Header pathsINCLUDES = $(INTERNAL_INCLUDES)# ----------------------------------------------------------------------# Build targetsnoinst_LTLIBRARIES = libfeatures.la# ----------------------------------------------------------------------# Rules for building the targets# This is used by platforms not supporting autoconfnobase_include_sofia_HEADERS = sofia-sip/sofia_features.hlibfeatures_la_SOURCES = features.c# ----------------------------------------------------------------------# Install and distribution rulesEXTRA_DIST = features.docs# ----------------------------------------------------------------------# Sofia specific rulesinclude $(top_srcdir)/rules/sofia.am
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?