~ubuntu-branches/ubuntu/precise/libfs/precise-security

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Stone
  • Date: 2005-12-20 17:45:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20051220174553-rpppdpvfs8wmxdyh
Tags: 2:1.0.0-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
        FSSynchro.c     \
30
30
        fs_transport.c
31
31
 
32
 
AM_CFLAGS = $(DEP_CFLAGS) $(XTRANS_CFLAGS)
33
 
libFS_la_LIBADD = $(DEP_LIBS) $(XTRANS_LIBS)
 
32
AM_CFLAGS = $(FS_CFLAGS) $(XTRANS_CFLAGS) $(MALLOC_ZERO_CFLAGS) \
 
33
        -DFS_t -DTRANS_CLIENT
 
34
libFS_la_LIBADD = $(FS_LIBS) $(XTRANS_LIBS)
34
35
 
35
36
INCLUDES = -I$(top_srcdir)/include/X11/fonts
36
37