~mhr3/libunity/invalidate-on-subscopes

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Tarmac
  • Author(s): Pawel Stolowski
  • Date: 2013-04-04 15:23:01 UTC
  • mfrom: (353.2.10 enable-lttng)
  • Revision ID: tarmac-20130404152301-0cxwpvvdrp9rw1gq
First cut at LTTNG instrumentation.

Approved by Michal Hruby, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
# Headers, vapi, and gir
13
13
##
14
14
unityincludedir = $(includedir)/unity/unity
15
 
nodist_unityinclude_HEADERS = unity.h
 
15
nodist_unityinclude_HEADERS = unity.h lttng-component-provider.h
16
16
dist_unityinclude_HEADERS = unity-trace.h
17
17
 
18
18
unityvapidir = $(datadir)/vala/vapi
42
42
  EXTRA_FLAGS += -DENABLE_UNITY_TRACE_LOG
43
43
endif
44
44
 
 
45
if ENABLE_LTTNG
 
46
  EXTRA_FLAGS += -DENABLE_LTTNG
 
47
endif
 
48
 
45
49
##
46
50
# libunity
47
51
##
86
90
nodist_libunity_la_SOURCES = $(libunity_la_VALASOURCES:.vala=.c)
87
91
dist_libunity_la_SOURCES = \
88
92
  unity-trace.c \
89
 
  unity-trace.h
 
93
  unity-trace.h \
 
94
  lttng-component-provider.h
90
95
 
91
96
libunity_la_VALASOURCES = \
92
97
  unity-appinfo-manager.vala \