File: Makefile.am

package info (click to toggle)
zeitgeist 1.0.4-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 2,440 kB
  • sloc: python: 8,116; cpp: 3,006; ansic: 1,298; sql: 1,192; makefile: 951; javascript: 753; sh: 156
file content (14 lines) | stat: -rw-r--r-- 184 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
NULL =

SUBDIRS = \
	vala \
	c \
	$(NULL)

EXTRA_DIST = \
	js/find_events.js \
	python/find_events.py \
	python/get_events.py \
	python/insert_event.py \
	python/monitor.py \
	$(NULL)