mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
11 lines
193 B
Makefile
11 lines
193 B
Makefile
# $Id: Makefile.am 21418 2007-07-05 13:55:37Z lha $
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
SUBDIRS = db kdc gss ldap can java
|
|
|
|
if ENABLE_SHARED
|
|
if HAVE_DLOPEN
|
|
SUBDIRS += plugin
|
|
endif
|
|
endif
|