diff options
author | jcorgan | 2009-02-26 23:39:17 +0000 |
---|---|---|
committer | jcorgan | 2009-02-26 23:39:17 +0000 |
commit | 503efe1fbe3822979b8aa3c868d3d13fbeb9af7f (patch) | |
tree | a3312f065b8865c473d2151f70a8d6ee1992563d /gr-audio-jack | |
parent | f1c079534256ec7e1cd2bbf1360bec15c539d87c (diff) | |
download | gnuradio-503efe1fbe3822979b8aa3c868d3d13fbeb9af7f.tar.gz gnuradio-503efe1fbe3822979b8aa3c868d3d13fbeb9af7f.tar.bz2 gnuradio-503efe1fbe3822979b8aa3c868d3d13fbeb9af7f.zip |
Merged r10504:10528 from michaelld/fix_local_data_install into trunk. Trunk passes distcheck.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10529 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-audio-jack')
-rw-r--r-- | gr-audio-jack/Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gr-audio-jack/Makefile.am b/gr-audio-jack/Makefile.am index 799b81a76..4f3a452be 100644 --- a/gr-audio-jack/Makefile.am +++ b/gr-audio-jack/Makefile.am @@ -1,5 +1,5 @@ # -# Copyright 2004 Free Software Foundation, Inc. +# Copyright 2004,2009 Free Software Foundation, Inc. # # This file is part of GNU Radio # @@ -21,8 +21,7 @@ include $(top_srcdir)/Makefile.common -EXTRA_DIST = gr-audio-jack.conf SUBDIRS = src etcdir = $(sysconfdir)/gnuradio/conf.d -etc_DATA = gr-audio-jack.conf +dist_etc_DATA = gr-audio-jack.conf |