2012-04-11 10:46:09 +09:00
|
|
|
# ------------------------------------------------------------------------------
|
|
|
|
# Copyright (C) 2010, Raditex AB
|
|
|
|
# All rights reserved.
|
|
|
|
#
|
|
|
|
# rSCADA
|
|
|
|
# http://www.rSCADA.se
|
|
|
|
# info@rscada.se
|
|
|
|
#
|
|
|
|
# ------------------------------------------------------------------------------
|
|
|
|
PACKAGE = @PACKAGE@
|
|
|
|
VERSION = @VERSION@
|
|
|
|
|
|
|
|
AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)
|
|
|
|
|
2012-07-19 22:34:03 +02:00
|
|
|
includedir = $(prefix)/include/mbus
|
|
|
|
include_HEADERS = mbus.h mbus-protocol.h mbus-tcp.h mbus-serial.h mbus-protocol-aux.h
|
|
|
|
|
2012-04-11 10:46:09 +09:00
|
|
|
lib_LTLIBRARIES = libmbus.la
|
|
|
|
libmbus_la_SOURCES = mbus.c mbus-protocol.c mbus-tcp.c mbus-serial.c mbus-protocol-aux.c
|
|
|
|
|