~sergiusens/libhybris/autotests

« back to all changes in this revision

Viewing changes to hybris/sf/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ricardo Salveti de Araujo
  • Date: 2013-06-04 07:33:11 UTC
  • Revision ID: package-import@ubuntu.com-20130604073311-20ldi2hm1axkvjl1
Tags: upstream-0.1.0+git20130601+dfb2e26
ImportĀ upstreamĀ versionĀ 0.1.0+git20130601+dfb2e26

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
lib_LTLIBRARIES = \
 
2
        libsf.la
 
3
 
 
4
libsf_la_SOURCES = sf.c
 
5
libsf_la_CFLAGS = -I$(top_srcdir)/include
 
6
if WANT_TRACE
 
7
libsf_la_CFLAGS += -DDEBUG
 
8
endif
 
9
if WANT_DEBUG
 
10
libsf_la_CFLAGS += -ggdb -O0
 
11
endif
 
12
libsf_la_LDFLAGS = \
 
13
        $(top_builddir)/common/libhybris-common.la \
 
14
        -version-info "1":"0":"0"