File: Makefile.am

package info (click to toggle)
kino 0.75-7
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 4,896 kB
  • ctags: 3,400
  • sloc: cpp: 26,587; sh: 6,028; ansic: 4,878; makefile: 310; perl: 125
file content (18 lines) | stat: -rw-r--r-- 520 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
EXTRA_DIST = usb.usermap kino-jogshuttle

# FIXME: This should only be built if target system is linux - not if
#       the building system is linux.
###if HAVE_LINUX

hotplugusermap_DATA = usb.usermap
hotplugscript_SCRIPTS = kino-jogshuttle

# FIXME: utilsdir be modifiable by a ./configure option to adapt to local
#       policies
#utilsdir = $(libdir)/$(PACKAGE)
#utils_PROGRAMS = print-usb-usermap

#print_usb_usermap_SOURCE = print-usb-usermap.c
#print_usb_usermap_LDADD = ../../libgphoto2/libgphoto2.la

###endif