From 13e10daa330ea2b699c9aa9d14b3adbd01111fd6 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 10 Jun 2009 05:40:52 +0800 Subject: move openbsc into its own subdirectory --- openbsc/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 openbsc/Makefile.am (limited to 'openbsc/Makefile.am') diff --git a/openbsc/Makefile.am b/openbsc/Makefile.am new file mode 100644 index 000000000..deaba0fa1 --- /dev/null +++ b/openbsc/Makefile.am @@ -0,0 +1,10 @@ +AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 + +INCLUDES = $(all_includes) -I$(top_srcdir)/include +SUBDIRS = include src tests + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = openbsc.pc + +#dist-hook: +# rm -rf `find $(distdir) -name .svn` -- cgit v1.2.3