blob: 6ca47dc903dccf9f2d011d8a332ac04b9b206309 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- camserv/Makefile.am.orig 2002-09-15 22:17:54 UTC
+++ camserv/Makefile.am
@@ -5,8 +5,7 @@ CPPFLAGS = @CPPFLAGS@ -DDATDIR=\"${datad
LDFLAGS = @LDFLAGS@ -export-dynamic
bin_PROGRAMS = camserv
-camserv_LDADD = $(LIBLTDL) $(top_srcdir)/common/libcommon.a
-camserv_DEPENDENCIES = $(LIBLTDL)
+camserv_LDADD = -lltdl $(top_srcdir)/common/libcommon.a
camserv_SOURCES= \
camconfig.c \
camserv.c \
|