blob: fb14a22775f1803aa1f0353bacba323e7deb372a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.4 foreign
# A list of all the files in the current directory which can be regenerated
MAINTAINERCLEANFILES = Makefile.in
EXTRA_DIST = README cam_bookmarks cam gen_cam_menu.sh
camdir = $(bindir)
cam_SCRIPTS = cam gen_cam_menu.sh
|