~3v1n0/bamf/libbamf-safer-factory-rematch

« back to all changes in this revision

Viewing changes to lib/libbamf/Makefile.am

  • Committer: Tarmac
  • Author(s): Michal Hruby
  • Date: 2012-07-31 16:10:02 UTC
  • mfrom: (476.1.1 bamf)
  • Revision ID: tarmac-20120731161002-zll82ml4sjgctvj2
Fix non-srcdir build. Fixes: . Approved by Marco Trevisan (Treviño).

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
  bamf-tab-source.c \
25
25
  bamf-tab.c \
26
26
  bamf-indicator.c \
27
 
  bamf-marshal.c \
28
27
  $(NULL)
29
28
 
30
29
sources_h = \
45
44
  bamf-view-private.h \
46
45
  $(sources_h) \
47
46
  $(libbamf_sources) \
48
 
  bamf-tab-source-glue.h \
49
 
  bamf-marshal.h \
 
47
  $(BUILT_SOURCES) \
50
48
  $(NULL)
51
49
 
52
50
libbamf_la_LIBADD = \
126
124
        -I$(top_builddir)/lib \
127
125
        $(NULL)
128
126
Bamf_0_2_gir_LIBS = libbamf.la
129
 
Bamf_0_2_gir_FILES = $(addprefix $(srcdir)/, $(introspection_sources))
 
127
Bamf_0_2_gir_FILES = $(introspection_sources)
130
128
Bamf_0_2_gir_EXPORT_PACKAGES = libbamf$(VER)
131
129
 
132
130
INTROSPECTION_GIRS += Bamf-0.2.gir