From 17097d06b54f59d63f357504fd27e5e81b63ec9a Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Fri, 30 Jul 2010 02:13:37 +0800 Subject: sccp: Add a new buildsystem for the OSMO SCCP library --- Makefile.am | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Makefile.am (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am new file mode 100644 index 0000000..39cfd2f --- /dev/null +++ b/Makefile.am @@ -0,0 +1,13 @@ +AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6 + +INCLUDES = $(all_includes) -I$(top_srcdir)/include +SUBDIRS = include src tests + +pkgconfigdir = $(libdir)/pkgconfig +pkgconfig_DATA = libsccp.pc + +BUILT_SOURCES = $(top_srcdir)/.version +$(top_srcdir)/.version: + echo $(VERSION) > $@-t && mv $@-t $@ +dist-hook: + echo $(VERSION) > $(distdir)/.tarball-version -- cgit v1.2.3