blob: 4ce11cec59f8d7ad109b3c802bdf66d12f70ab5a [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
Harald Weltef4625b12010-02-20 16:24:02 +01007pkgconfig_DATA = openbsc.pc libsccp.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