~ubuntu-branches/ubuntu/trusty/gnuradio/trusty

« back to all changes in this revision

Viewing changes to gr-wxgui/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Kamal Mostafa
  • Date: 2010-03-13 07:46:01 UTC
  • mfrom: (2.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100313074601-zjsa893a87bozyh7
Tags: 3.2.2.dfsg-1ubuntu1
* Fix build for Ubuntu lucid (LP: #260406)
  - add binary package dep for libusrp0, libusrp2-0: adduser
  - debian/rules clean: remove pre-built Qt moc files

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
 
# Copyright 2004,2006 Free Software Foundation, Inc.
 
2
# Copyright 2004,2006,2008 Free Software Foundation, Inc.
3
3
4
4
# This file is part of GNU Radio
5
5
21
21
 
22
22
include $(top_srcdir)/Makefile.common
23
23
 
24
 
EXTRA_DIST = gr-wxgui.conf
 
24
EXTRA_DIST = \
 
25
    gr-wxgui.pc.in \
 
26
    README \
 
27
    README.gl
 
28
 
25
29
SUBDIRS = src
26
30
 
27
 
etcdir = $(sysconfdir)/gnuradio/conf.d
28
 
etc_DATA = gr-wxgui.conf
 
31
etcdir = $(gr_sysconfdir)
 
32
dist_etc_DATA = gr-wxgui.conf
 
33
 
 
34
pkgconfigdir = $(libdir)/pkgconfig
 
35
pkgconfig_DATA = gr-wxgui.pc