~ubuntu-branches/ubuntu/raring/libspectre/raring

« back to all changes in this revision

Viewing changes to libspectre/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Pino Toscano
  • Date: 2012-08-15 12:25:52 UTC
  • mfrom: (9.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20120815122552-xf17in4q0fq6h4pc
Tags: 0.2.7-2
Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
INCLUDES =                      \
2
 
        -I$(top_builddir)       \
3
 
        -I$(srcdir)             \
4
 
        -I$(top_srcdir)         \
5
 
        $(SPECTRE_CFLAGS)
6
 
 
7
1
EXTRA_DIST=spectre-version.h.in
8
2
 
9
3
lib_LTLIBRARIES = libspectre.la
47
41
        spectre-utils.c                 \
48
42
        $(gv_sources)
49
43
 
 
44
libspectre_la_CFLAGS =          \
 
45
        -I$(top_builddir)       \
 
46
        -I$(srcdir)             \
 
47
        -I$(top_srcdir)         \
 
48
        $(SPECTRE_CFLAGS)
 
49
 
50
50
libspectre_la_LIBADD = $(LIB_GS)
51
51
libspectre_la_LDFLAGS = -version-info @VERSION_INFO@ -no-undefined