Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 128678 | Differences between
and this patch

Collapse All | Expand All

(-)adtool-1.3/src/tools/Makefile.am (-2 / +1 lines)
Lines 1-9 Link Here
1
1
2
INCLUDES = -I@top_srcdir@/src/lib
2
INCLUDES = -I@top_srcdir@/src/lib
3
AM_CFLAGS = @CFLAGS@
3
AM_CFLAGS = @CFLAGS@
4
AM_LDFLAGS = -lldap -llber -lldap_r -lpthread -lresolv @LDFLAGS@
5
4
6
bin_PROGRAMS = adtool
5
bin_PROGRAMS = adtool
7
6
8
LDADD = @top_srcdir@/src/lib/libactive_directory.a
7
adtool_LDADD = @top_srcdir@/src/lib/libactive_directory.a -lldap -llber -lldap_r -lpthread -lresolv
9
8

Return to bug 128678