~pkgcrosswire/xiphos/main

« back to all changes in this revision

Viewing changes to src/backend/Makefile.am

  • Committer: Dmitrijs Ledkovs
  • Date: 2010-11-14 00:38:52 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: dmitrij.ledkov@ubuntu.com-20101114003852-sjt227lz4qqi85xj
New upstream release 3.1.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
noinst_LIBRARIES = libbackend.a
2
 
 
3
 
libbackend_a_SOURCES =  \
4
 
    gs_stringmgr.cpp gs_stringmgr.h \
5
 
    module_manager.cc module_manager.hh \
6
 
    sword_main.cc sword_main.hh
7
 
 
8
 
libbackend_a_CXXFLAGS =  \
9
 
    -I$(top_srcdir)/src \
10
 
    $(XIPHOS_CFLAGS) \
11
 
        $(WARN_CXXFLAGS)
12
 
 
13
 
libbackend_a_CPPFLAGS = $(DISABLE_DEPRECATED)
14
 
 
15
 
EXTRA_DIST = \
16
 
   wscript_build