~ubuntu-branches/debian/jessie/liblouis/jessie

« back to all changes in this revision

Viewing changes to liblouis/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Samuel Thibault
  • Date: 2010-01-12 23:48:47 UTC
  • mto: (1.1.4 upstream) (5.2.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20100112234847-ph9xdk3lrjdox6ks
ImportĀ upstreamĀ versionĀ 1.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES =              \
2
 
        -I$(top_srcdir)
3
 
 
4
1
liblouisincludedir = $(includedir)/liblouis
5
2
 
6
3
liblouisinclude_HEADERS = \
7
4
        liblouis.h
8
5
 
9
 
nodist_liblouisinclude_HEADERS = \
10
 
        louiscfg.h
11
 
 
12
6
lib_LTLIBRARIES = liblouis.la
13
7
 
14
8
AM_CPPFLAGS = -DTABLESDIR=\""$(datadir)"/liblouis/tables\"
22
16
        louis.h                                         \
23
17
        liblouis.h                                      \
24
18
        lou_translateString.c
25
 
 
26
 
nodist_liblouis_la_SOURCES = \
27
 
        louiscfg.h
28
 
 
29
 
EXTRA_DIST = louiscfg.h.in
 
 
b'\\ No newline at end of file'