diff options
author | Tom Rondeau <tom@trondeau.com> | 2012-03-13 17:05:13 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2012-03-13 17:05:13 -0700 |
commit | e383cfe2674fa6682a1392af8d9b9f090af1aec5 (patch) | |
tree | d0568ed0aaf83a6501e357bb2d89e3bb64ef2062 /gr-fcd | |
parent | e821790d16c21259681895a236d37693ff3a7c84 (diff) |
fcd: fixes for distcheck
Diffstat (limited to 'gr-fcd')
-rw-r--r-- | gr-fcd/Makefile.am | 6 | ||||
-rw-r--r-- | gr-fcd/include/fcd/Makefile.am | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/gr-fcd/Makefile.am b/gr-fcd/Makefile.am index 092634f29a..85d5f9a9bb 100644 --- a/gr-fcd/Makefile.am +++ b/gr-fcd/Makefile.am @@ -24,11 +24,9 @@ ACLOCAL_AMFLAGS = -I config include $(top_srcdir)/Makefile.common EXTRA_DIST = \ - AUTHORS \ - README \ - README.hacking + AUTHORS -SUBDIRS = lib swig python grc examples doc +SUBDIRS = lib include swig python grc examples doc pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = gnuradio-fcd.pc diff --git a/gr-fcd/include/fcd/Makefile.am b/gr-fcd/include/fcd/Makefile.am index e66a561130..282fd93f7d 100644 --- a/gr-fcd/include/fcd/Makefile.am +++ b/gr-fcd/include/fcd/Makefile.am @@ -21,4 +21,6 @@ include $(top_srcdir)/Makefile.common -grinclude_HEADERS = fcd_source_c.h +grinclude_HEADERS = \ + fcd_api.h \ + fcd_source_c.h |