Changeset 5e6f52f15ac337599dd7f0971e906da8c162f219
- Timestamp:
- 02/12/10 22:42:13 (6 months ago)
- Author:
- Holger Hans Peter Freyther <zecke@selfish.org>
- git-author:
- Holger Hans Peter Freyther <zecke@selfish.org> / 2010-02-12T12:31:11Z+0100
- Parents:
- 6d89dac7216b4ce727dccc29ee3ee67c8edfa135
- Children:
- c64d9f720165bbc09835b80ef34f65475889a68d
- git-committer:
- Holger Hans Peter Freyther <zecke@selfish.org> / 2010-02-12T22:42:13Z+0100
- Message:
-
[sccp] Install the static sccp library and the headers
- Location:
- openbsc
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
ra49ffb4
|
r5e6f52f
|
|
| 5 | 5 | |
| 6 | 6 | pkgconfigdir = $(libdir)/pkgconfig |
| 7 | | pkgconfig_DATA = openbsc.pc liblaf0rge1.pc |
| | 7 | pkgconfig_DATA = openbsc.pc liblaf0rge1.pc libsccp.pc |
| 8 | 8 | |
| 9 | 9 | #dist-hook: |
-
|
ra49ffb4
|
r5e6f52f
|
|
| 40 | 40 | openbsc.pc |
| 41 | 41 | liblaf0rge1.pc |
| | 42 | libsccp.pc |
| 42 | 43 | include/openbsc/Makefile |
| 43 | 44 | include/vty/Makefile |
-
|
rac96770
|
r5e6f52f
|
|
| 1 | | noinst_HEADERS = sccp_types.h sccp.h |
| | 1 | sccp_HEADERS = sccp_types.h sccp.h |
| | 2 | sccpdir = $(includedir)/sccp |
-
|
rb19dc28
|
r5e6f52f
|
|
| 4 | 4 | sbin_PROGRAMS = bsc_hack bs11_config ipaccess-find ipaccess-config \ |
| 5 | 5 | isdnsync bsc_mgcp ipaccess-proxy |
| 6 | | noinst_LIBRARIES = libbsc.a libmsc.a libvty.a libsccp.a |
| | 6 | noinst_LIBRARIES = libbsc.a libmsc.a libvty.a |
| 7 | 7 | noinst_HEADERS = vty/cardshell.h |
| 8 | 8 | |
| 9 | 9 | bscdir = $(libdir) |
| 10 | | bsc_LIBRARIES = liblaf0rge1.a |
| | 10 | bsc_LIBRARIES = liblaf0rge1.a libsccp.a |
| 11 | 11 | |
| 12 | 12 | liblaf0rge1_a_SOURCES = msgb.c timer.c talloc.c select.c signal.c |