add ffi-tool source files to dependencies
This commit is contained in:
parent
ba0d128c6e
commit
957ddbc987
|
@ -8,7 +8,7 @@ CLEANFILES= $(GENERATED_CODE)
|
|||
|
||||
libsys_LTLIBRARIES= libscshldap.la
|
||||
|
||||
libscshldap_la_SOURCES= ldap.c $(GENERATED_CODE)
|
||||
libscshldap_la_SOURCES= ldap.c $(FFITOOLS_DIR)/ffi-tools.c $(GENERATED_CODE)
|
||||
libscshldap_la_LDFLAGS= -avoid-version -module
|
||||
libscshldap_la_DEPENDENCIES= $(GENERATED_CODE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue