blob: c4d0aa181157d85b6464d65f57a2a87a0b1f28dc [file] [log] [blame]
Harald Welte2b944cf2008-12-23 21:01:25 +00001AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
2
3INCLUDES = $(all_includes) -I$(top_srcdir)/include
Holger Freyther1bad6012008-12-27 09:42:59 +00004SUBDIRS = include src tests
Harald Welte2b944cf2008-12-23 21:01:25 +00005
Holger Freytherb27d8452009-06-08 10:32:39 +00006pkgconfigdir = $(libdir)/pkgconfig
Holger Hans Peter Freyther8e06e342010-08-02 23:43:11 +08007pkgconfig_DATA = openbsc.pc
Holger Freytherb27d8452009-06-08 10:32:39 +00008
Harald Weltefa13cad2010-03-23 00:09:32 +08009BUILT_SOURCES = $(top_srcdir)/.version
10$(top_srcdir)/.version:
11 echo $(VERSION) > $@-t && mv $@-t $@
12dist-hook:
13 echo $(VERSION) > $(distdir)/.tarball-version