summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte2010-05-19 19:42:32 +0200
committerHarald Welte2010-05-25 22:28:40 +0200
commite352c52ed8f60276cf6bfe71abf3f1c6c06c2b8d (patch)
treedc2c57c625aecf6c8849d07a49c0372ae17ff852 /Makefile.am
parentmake sure we actually install the vty headers (diff)
downloadlibosmocore-e352c52ed8f60276cf6bfe71abf3f1c6c06c2b8d.tar.gz
libosmocore-e352c52ed8f60276cf6bfe71abf3f1c6c06c2b8d.tar.xz
libosmocore-e352c52ed8f60276cf6bfe71abf3f1c6c06c2b8d.zip
Add pkgconfig for libosmovty
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 2adf502..81da629 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,7 @@ INCLUDES = $(all_includes) -I$(top_srcdir)/include
SUBDIRS = include src tests
pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libosmocore.pc
+pkgconfig_DATA = libosmocore.pc libosmovty.pc
BUILT_SOURCES = $(top_srcdir)/.version
$(top_srcdir)/.version: