aboutsummaryrefslogtreecommitdiffstats
path: root/libosmocore/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2010-05-28 09:44:26 +0200
committerHarald Welte <laforge@gnumonks.org>2010-05-28 09:44:26 +0200
commitbf51438a8aeaa67076e209587b83cafe6c4fa4d2 (patch)
tree23ccc827f6ad1a3fddd97fe66ed9b45342ea8df0 /libosmocore/Makefile.am
parent900aeaf41539a0577f33b501b2cc0c525ce4ce34 (diff)
remove libosmocore from openbsc.git
The idea was great, but it never really worked in reality...
Diffstat (limited to 'libosmocore/Makefile.am')
-rw-r--r--libosmocore/Makefile.am14
1 files changed, 0 insertions, 14 deletions
diff --git a/libosmocore/Makefile.am b/libosmocore/Makefile.am
deleted file mode 100644
index 81da62948..000000000
--- a/libosmocore/Makefile.am
+++ /dev/null
@@ -1,14 +0,0 @@
-AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
-ACLOCAL_AMFLAGS = -I m4
-
-INCLUDES = $(all_includes) -I$(top_srcdir)/include
-SUBDIRS = include src tests
-
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libosmocore.pc libosmovty.pc
-
-BUILT_SOURCES = $(top_srcdir)/.version
-$(top_srcdir)/.version:
- echo $(VERSION) > $@-t && mv $@-t $@
-dist-hook:
- echo $(VERSION) > $(distdir)/.tarball-version