~ubuntu-branches/ubuntu/trusty/glusterfs/trusty

« back to all changes in this revision

Viewing changes to xlators/debug/error-gen/src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2010-02-09 18:53:10 UTC
  • mfrom: (1.2.4 upstream) (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100209185310-ww8p82lsbosorg2u
* New upstream release.
* Uploading to unstable.
* Bump Standards-Version to 3.8.4 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
error_gen_la_SOURCES = error-gen.c
8
8
error_gen_la_LIBADD = $(top_builddir)/libglusterfs/src/libglusterfs.la
9
9
 
 
10
noinst_HEADERS = error-gen.h
 
11
 
10
12
AM_CFLAGS = -fPIC -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -Wall -D$(GF_HOST_OS)\
11
13
        -I$(top_srcdir)/libglusterfs/src -shared -nostartfiles $(GF_CFLAGS)
12
14