blob: 7fa0249c5a12216411fd1d16a5ed630c61586e34 (
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 feh-cam gen-cam-menu
camdir = $(bindir)
cam_SCRIPTS = feh-cam gen-cam-menu
|