From 3cae0398eaef6045de883849a236c38d1767cb41 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 20 Feb 2010 21:09:24 +0100 Subject: add missing automake / autoconf files --- Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 00000000..8007b745 --- /dev/null +++ b/Makefile.am @@ -0,0 +1,7 @@ +AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 + +INCLUDES = $(all_includes) -I$(top_srcdir)/include +SUBDIRS = include src tests + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libosmocore.pc -- cgit v1.2.3