summaryrefslogtreecommitdiff
path: root/gr-pager/swig/Makefile.am
AgeCommit message (Collapse)Author
2010-12-27Add missing .test files to tarball.Eric Blossom
2010-11-24Major Makefile.am housecleaning. Passes distcheck.Eric Blossom
Move all occurrences of swig_built_sources out of Makefile.am's. Move all SWIG related use of BUILT_SOURCES out of Makefile.am's. Clean up 'if PYTHON' conditionalization in gr-* Still left to do: fix Makefile.swig CLEANFILES and no_dist_files such that they remove exactly the generated files.
2010-11-24Confirm we can load guile pager moduleEric Blossom
2010-10-09rearrange includes to always be: internal GR, external, with GR.Michael Dickens
2010-02-18Fix linker path in gr-pagerJohnathan Corgan
2009-11-03Directory reorganization to newer layoutJohnathan Corgan
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'