mirror of
https://github.com/samba-team/samba.git
synced 2025-01-11 05:18:09 +03:00
6 lines
103 B
C
6 lines
103 B
C
|
#include "moduleinfo.h"
|
||
|
|
||
|
#ifndef ENABLE_STATIC
|
||
|
G_MODULE_EXPORT const gchar version[] = VERSION;
|
||
|
#endif
|