~ubuntu-branches/debian/sid/betaradio/sid

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Shih-Yuan Lee (FourDollars)
  • Date: 2010-10-08 12:18:06 UTC
  • Revision ID: james.westby@ubuntu.com-20101008121806-k1sj8jn5elq86v71
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
bin_PROGRAMS = betaradio
 
2
 
 
3
betaradio_SOURCES = \
 
4
                    betaradio.vala \
 
5
                    gst_player.vala \
 
6
                    json_soup.vala
 
7
 
 
8
betaradio_CPPFLAGS = \
 
9
                     -include config.h \
 
10
                     -DDATADIR=\"$(datadir)\" \
 
11
                     -DLOCALEDIR=\"$(localedir)\" \
 
12
                     @VALA_CFLAGS@
 
13
 
 
14
betaradio_LDFLAGS = @VALA_LIBS@
 
15
 
 
16
betaradio_VALAFLAGS = @VALA_FLAGS@ --vapidir=$(top_srcdir)/vapi --pkg config