mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
a4e7bf3a89
Make MODULE handling a bit more like BINARY, LIBRARY and SUBSYSTEM
Add some more PUBLIC_HEADERS
(This used to be commit 875eb8f4cc
)
18 lines
442 B
Plaintext
18 lines
442 B
Plaintext
dnl # LIB GTK SMB subsystem
|
|
|
|
SMB_EXT_LIB_FROM_PKGCONFIG(gtk, [glib-2.0 gtk+-2.0 >= 2.4])
|
|
SMB_ENABLE(GTKSMB, NO)
|
|
SMB_ENABLE(gregedit, NO)
|
|
SMB_ENABLE(gwcrontab, NO)
|
|
SMB_ENABLE(gwsam, NO)
|
|
SMB_ENABLE(gepdump, NO)
|
|
|
|
if test t$SMB_EXT_LIB_ENABLE_gtk = tYES; then
|
|
SMB_ENABLE(GTKSMB, YES)
|
|
SMB_ENABLE(gregedit, YES)
|
|
SMB_ENABLE(gwcrontab, YES)
|
|
SMB_ENABLE(gwsam, YES)
|
|
SMB_ENABLE(gepdump, YES)
|
|
AC_DEFINE(HAVE_GTK, 1, [Whether GTK+ is available])
|
|
fi
|