diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2008-04-17 19:46:16 -0400 |
---|---|---|
committer | Eamon F Walsh <local@gamblor.(none)> | 2008-04-19 04:30:21 -0400 |
commit | 7820273c4b00209d5ace8cbfdb1400728e15c158 (patch) | |
tree | 200f3b6a09ae935e9b3f66748ff96113ec400798 /xcbgen/Makefile.am | |
parent | b15d25b2c6b950bfc844ee626870c84f46f21082 (diff) |
Add Python parser language-independent parts.
Diffstat (limited to 'xcbgen/Makefile.am')
-rw-r--r-- | xcbgen/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/xcbgen/Makefile.am b/xcbgen/Makefile.am new file mode 100644 index 0000000..44632fa --- /dev/null +++ b/xcbgen/Makefile.am @@ -0,0 +1,3 @@ +pkgpythondir = $(pythondir)/xcbgen + +pkgpython_PYTHON = __init__.py error.py expr.py matcher.py state.py types.py |