File: Makefile.am

package info (click to toggle)
keybinder 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,488 kB
  • ctags: 158
  • sloc: sh: 10,224; ansic: 520; makefile: 105; python: 10
file content (27 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
SUBDIRS = libkeybinder

if HAVE_PYTHON
SUBDIRS += python-keybinder
endif

if HAVE_LUA
SUBDIRS += lua-keybinder
endif

EXTRA_DIST = \
	examples/Makefile  \
	examples/README    \
	examples/example.py \
	examples/example.lua \
	examples/lminigtk.c \
	examples/keybinder.vapi \
	examples/vexample.vala \
	examples/main.c


DISTCLEANFILES = \
	intltool-extract \
	intltool-merge \
	intltool-update \
	gnome-doc-utils.make