diff options
author | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-10-16 12:22:42 -0700 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2009-11-03 07:21:42 -0800 |
commit | 96c92bb05fdbd2d42bb485bee46e63931d465cc3 (patch) | |
tree | 0fe809434adc8a1679eb079cce2fb758b3991928 /config/grc_gr_pager.m4 | |
parent | 5a0887f9138dc4dd0e8e09bb859a513bd7c971e2 (diff) |
Directory reorganization to newer layout
Top-level applications go into 'apps' (previous commit)
C++ library build goes into 'lib'
SWIG generation goes into 'swig'
Pure python modules/code goes into 'python'
Diffstat (limited to 'config/grc_gr_pager.m4')
-rw-r--r-- | config/grc_gr_pager.m4 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/config/grc_gr_pager.m4 b/config/grc_gr_pager.m4 index 8b49321946..3f36dfffb7 100644 --- a/config/grc_gr_pager.m4 +++ b/config/grc_gr_pager.m4 @@ -1,4 +1,4 @@ -dnl Copyright 2001,2002,2003,2004,2005,2006,2008 Free Software Foundation, Inc. +dnl Copyright 2006,2008,2009 Free Software Foundation, Inc. dnl dnl This file is part of GNU Radio dnl @@ -27,12 +27,14 @@ AC_DEFUN([GRC_GR_PAGER],[ gr-pager/Makefile \ gr-pager/gnuradio-pager.pc \ gr-pager/apps/Makefile \ - gr-pager/src/Makefile \ - gr-pager/src/run_tests + gr-pager/lib/Makefile \ + gr-pager/python/Makefile \ + gr-pager/python/run_tests \ + gr-pager/swig/Makefile \ ]) GRC_BUILD_CONDITIONAL(gr-pager,[ dnl run_tests is created from run_tests.in. Make it executable. - AC_CONFIG_COMMANDS([run_tests_pager], [chmod +x gr-pager/src/run_tests]) + AC_CONFIG_COMMANDS([run_tests_pager], [chmod +x gr-pager/python/run_tests]) ]) ]) |