diff options
author | svu <svu> | 2004-04-11 22:03:27 +0000 |
---|---|---|
committer | svu <svu> | 2004-04-11 22:03:27 +0000 |
commit | 199307fb05b1b00b1133439a3a539eaae51bb728 (patch) | |
tree | ed16a676e27a512d6eb97bd9687b16d6e619ca3f /semantics | |
parent | 970021c7791e1bea3a00d04612bb7c1129664de4 (diff) | |
download | xkeyboard-config-199307fb05b1b00b1133439a3a539eaae51bb728.tar.gz xkeyboard-config-199307fb05b1b00b1133439a3a539eaae51bb728.tar.bz2 xkeyboard-config-199307fb05b1b00b1133439a3a539eaae51bb728.zip |
more automake foo - but still far from building the whole thing
Diffstat (limited to 'semantics')
-rw-r--r-- | semantics/.cvsignore | 2 | ||||
-rw-r--r-- | semantics/Makefile.am | 7 |
2 files changed, 9 insertions, 0 deletions
diff --git a/semantics/.cvsignore b/semantics/.cvsignore new file mode 100644 index 00000000..282522db --- /dev/null +++ b/semantics/.cvsignore @@ -0,0 +1,2 @@ +Makefile +Makefile.in diff --git a/semantics/Makefile.am b/semantics/Makefile.am new file mode 100644 index 00000000..78309557 --- /dev/null +++ b/semantics/Makefile.am @@ -0,0 +1,7 @@ +sem_DATA = \ +basic complete default \ +xtest + +EXTRA_DIST= $(sem_DATA) + +semdir = $(xkb_base)/semantics |