~ubuntu-branches/ubuntu/quantal/libfs/quantal-updates

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Julien Cristau
  • Date: 2012-03-25 17:43:10 UTC
  • mfrom: (1.1.5) (2.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20120325174310-mfnal6atqin47bgk
Tags: 2:1.0.4-1
* New upstream release.
* Delete debian/xsfbs/, it's no longer used in this package.
* Don't require fakeroot for debian/rules clean.
* Remove David Nusinow and Brice Goglin from Uploaders.
* Run autoreconf at build time.
* Add build-arch and build-indep debian/rules targets.
* Build for multiarch.
* Install FSlib.txt in libfs-dev.
* Bump Standards-Version to 3.9.3.

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 = $(CWARNFLAGS) $(FS_CFLAGS) $(XTRANS_CFLAGS) $(MALLOC_ZERO_CFLAGS) \
33
 
        -DFS_t -DTRANS_CLIENT
34
 
libFS_la_LIBADD = $(FS_LIBS) $(XTRANS_LIBS)
 
32
AM_CFLAGS =                     \
 
33
        $(CWARNFLAGS)           \
 
34
        $(FS_CFLAGS)            \
 
35
        $(MALLOC_ZERO_CFLAGS)   \
 
36
        -DFS_t                  \
 
37
        -DTRANS_CLIENT
 
38
 
 
39
libFS_la_LIBADD = $(FS_LIBS)
35
40
 
36
41
INCLUDES = -I$(top_srcdir)/include/X11/fonts
37
42
 
38
 
libFS_la_LDFLAGS = -version-number 6:0:0 -no-undefined
 
43
libFS_la_LDFLAGS = -export-symbols-regex '^FS.*' -version-number 6:0:0 -no-undefined
39
44
 
40
45
libFSincludedir = $(includedir)/X11/fonts
41
46
libFSinclude_HEADERS = \