blob: 56d8922a1a77aba9617d2601e818c913fa52a3b8 (
plain) (
blame)
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
28
29
|
--- Makefile.in.orig Mon Sep 16 00:28:04 2002
+++ Makefile.in Fri Mar 19 19:35:48 2004
@@ -99,15 +99,14 @@
install_sh = @install_sh@
@VALID_VIDEO_TRUE@camserv_subdir = camserv
-SUBDIRS = libltdl \
- common \
+SUBDIRS = common \
${camserv_subdir} \
include \
macros \
relay
-data_DATA = camserv.cfg defpage.html
+data_DATA = camserv.cfg.dist defpage.html
EXTRA_DIST = camserv.cfg.in javascript.txt BUGS camserv.spec defpage.html
subdir = .
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
@@ -463,7 +462,7 @@
uninstall-info-recursive uninstall-recursive
-camserv.cfg: camserv.cfg.in
+camserv.cfg.dist: camserv.cfg.in
@sed -e s%CAMSERV_MODDIR%$(CAMSERV_MODDIR)%g < camserv.cfg.in > $@
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
|