summaryrefslogtreecommitdiff
path: root/ace/QoS/Makefile.am
blob: 3cf8b04a686170fa4adc01ee6d6f10a5a7d0d142 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
##----------------------------------------------------------------------------
##       $Id$
##
##       Makefile.am for ACE_QoS library
##----------------------------------------------------------------------------

##
##  Process this file with automake to create Makefile.in
##

AM_CPPFLAGS = -I$(top_builddir) -I$(top_srcdir)

lib_LTLIBRARIES = libACE_QoS.la

libACE_QoS_la_SOURCES = \
  QoS_Decorator.cpp \
  QoS_Manager.cpp \
  QoS_Session_Factory.cpp \
  QoS_Session_Impl.cpp \
  SOCK_Dgram_Mcast_QoS.cpp

libACE_QoS_la_LIBADD = $(top_builddir)/ace/libACE.la

HEADER_FILES = \
  ACE_QoS_Export.h \
  QoS_Decorator.h \
  QoS_Manager.h \
  QoS_Session.h \
  QoS_Session_Factory.h \
  QoS_Session_Impl.h \
  SOCK_Dgram_Mcast_QoS.h

INLINE_FILES = \
  QoS_Session_Impl.i \
  SOCK_Dgram_Mcast_QoS.i

pkginclude_HEADERS = \
  $(HEADER_FILES) \
  $(INLINE_FILES)