mirror of
https://github.com/opnsense/src.git
synced 2026-03-05 06:40:31 -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
|