summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2013-03-04 16:37:04 +0100
committerJakub Hrozek <jhrozek@redhat.com>2013-03-05 23:28:01 +0100
commitc99a359e4499f2669bb14b7971383cbbc4a29c69 (patch)
treefa13f3c3b17cc7d80a8141645a0c3273f337e6bf /Makefile.am
parentdc8e7148d7a0d02ee289e20e3a904c43c83a5375 (diff)
downloadsssd-c99a359e4499f2669bb14b7971383cbbc4a29c69.tar.gz
sssd-c99a359e4499f2669bb14b7971383cbbc4a29c69.tar.xz
sssd-c99a359e4499f2669bb14b7971383cbbc4a29c69.zip
Do not compile main() in DP if UNIT_TESTING is defined
The simple access provider unit tests now need to link against the Data Provider when they start using the be_file_account_request() function. But then we would start having conflicts as at least the main() functions would clash. If UNIT_TESTING is defined, then the data_provider_be.c module does not contain the main() function and can be linked against directly from another module that contains its own main() function
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions