Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sofia-sip
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
external
sofia-sip
Commits
3e3edb1f
Commit
3e3edb1f
authored
Mar 09, 2006
by
Kai Vehmanen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added missing Makefile.am.
darcs-hash:20060309165604-7659e-919e7cd156ea2760f8695bf60ef1046ac257a9ad.gz
parent
ccb4d6bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
57 deletions
+0
-57
Makefile.am
libsofia-sip-ua-glib/su-glib/Makefile.am
+0
-57
No files found.
libsofia-sip-ua-glib/su-glib/Makefile.am
deleted
100644 → 0
View file @
ccb4d6bf
#
# Makefile.am for su-glib module
#
# Copyright (C) 2006 Nokia Corporation
# Contact: Pekka Pessi <pekka.pessi@nokia.com>
# Licensed under LGPL. See file COPYING.
#
# ----------------------------------------------------------------------
# Headers
S_BASE
=
../../libsofia-sip-ua
INCLUDES
=
-I
$(srcdir)
/
$(S_BASE)
/su
-I
$(S_BASE)
/su
\
$(GLIB_CFLAGS)
# ----------------------------------------------------------------------
# Build targets
noinst_LTLIBRARIES
=
libsu-glib.la
noinst_PROGRAMS
=
su_source_test
# ----------------------------------------------------------------------
# Tests
TESTS
=
su_source_test
# ----------------------------------------------------------------------
# Rules for building the targets
nobase_include_sofia_HEADERS
=
\
sofia-sip/su_source.h
libsu_glib_la_SOURCES
=
su_source.c
libsu_glib_la_DEPENDENCIES
=
\
../../libsofia-sip-ua/libsofia-sip-ua.la
LDADD
=
libsu-glib.la
\
../../libsofia-sip-ua/libsofia-sip-ua.la
\
$(GLIB_LIBS)
if
NDEBUG
AM_CFLAGS
=
-DNDEBUG
endif
# ----------------------------------------------------------------------
# Install and distribution rules
# ----------------------------------------------------------------------
# Automake options
AUTOMAKE_OPTIONS
=
foreign
# ----------------------------------------------------------------------
# Sofia specific rules
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment