aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/Makefile.am')
-rw-r--r--openbsc/Makefile.am10
1 files changed, 10 insertions, 0 deletions
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`