Fix Systemd unitdir path on x86_64
[profile/ivi/node-state-manager.git] / NodeStateMachineStub / Makefile.am
1 #######################################################################################################################
2 #
3 # Copyright (C) 2012 Continental Automotive Systems, Inc.
4 #
5 # Author: Jean-Pierre.Bogler@continental-corporation.com
6 #
7 # Makefile template for the NodeStateMachineStub
8 #
9 # Process this file with automake to produce a Makefile.in.
10 #
11 # This Source Code Form is subject to the terms of the Mozilla Public
12 # License, v. 2.0. If a copy of the MPL was not distributed with this
13 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
14 #
15 #######################################################################################################################
16
17 lib_LTLIBRARIES = libNodeStateMachine.la
18
19 libNodeStateMachine_la_CFLAGS =                                         \
20         -I$(top_srcdir)/NodeStateManager                                \
21         $(PLATFORM_CFLAGS)
22
23 libNodeStateMachine_la_SOURCES = NodeStateMachine.c NodeStateMachine.h
24
25 libNodeStateMachine_la_LDFLAGS = -avoid-version