~vcs-imports/libgda/master

« back to all changes in this revision

Viewing changes to libgda/binreloc/Makefile.am

  • Committer: Vivien Malerba
  • Date: 2014-02-05 20:57:38 UTC
  • Revision ID: git-v1:7a97b4fc3f3bb4e3f0dd942f06b6a23248f76a06
Moved to V6 building

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        -DLIBGDASBIN=\""$(sbindir)"\" \
15
15
        -DLIBGDASYSCONF=\""$(sysconfdir)"\"
16
16
 
17
 
noinst_LTLIBRARIES = libgda_binreloc-5.0.la
 
17
noinst_LTLIBRARIES = libgda_binreloc-6.0.la
18
18
 
19
19
binreloc_headers = \
20
20
        gda-binreloc.h 
22
22
binrelocincludedir=$(includedir)/libgda-$(GDA_ABI_MAJOR_VERSION).$(GDA_ABI_MINOR_VERSION)/libgda
23
23
binrelocinclude_HEADERS=$(binreloc_headers)
24
24
 
25
 
libgda_binreloc_5_0_la_SOURCES = \
 
25
libgda_binreloc_6_0_la_SOURCES = \
26
26
        gda-binreloc.c \
27
27
        $(binreloc_headers)
28
28