~hrvojem/percona-pam-for-mysql/new-theme

« back to all changes in this revision

Viewing changes to src/Makefile.am

MergeĀ lp:~sergei.glushchenko/percona-pam-for-mysql/rem-deps

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
auth_pam_la_SOURCES = auth_pam.c lib_auth_pam_client.h lib_auth_pam_client.c
24
24
auth_pam_la_CPPFLAGS = $(plugin_CPPFLAGS)
25
 
auth_pam_la_LDFLAGS = $(plugin_LDFLAGS)
 
25
auth_pam_la_LDFLAGS = $(plugin_LDFLAGS) $(AUTH_PAM_LIBS)
26
26
 
27
27
test_auth_pam_client_la_SOURCES = test_auth_pam_client.c \
28
28
        lib_auth_pam_client.h lib_auth_pam_client.c
30
30
 
31
31
dialog_la_SOURCES = dialog.c
32
32
dialog_la_CPPFLAGS = $(plugin_CPPFLAGS)
33
 
dialog_la_LDFLAGS = $(plugin_LDFLAGS)
 
33
dialog_la_LDFLAGS = $(plugin_LDFLAGS) $(DIALOG_LIBS)