Commit | Line | Data |
---|---|---|
d770a97c VK |
1 | # Copyright (C) 2004 NetXMS Team <bugs@netxms.org> |
2 | # | |
3 | # This file is free software; as a special exception the author gives | |
4 | # unlimited permission to copy and/or distribute it, with or without | |
5 | # modifications, as long as this notice is preserved. | |
6 | # | |
7 | # This program is distributed in the hope that it will be useful, but | |
8 | # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the | |
9 | # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. | |
10 | ||
7dda4453 | 11 | include_HEADERS = \ |
6ac698ed | 12 | appagent.h \ |
d770a97c VK |
13 | ata.h \ |
14 | base64.h \ | |
0431f4f6 | 15 | build.h \ |
d770a97c | 16 | config-netware.h \ |
9d88cdc9 | 17 | dbdrv.h \ |
d770a97c | 18 | geolocation.h \ |
4cdb7f66 | 19 | ieee8021x.h \ |
d41268ba VK |
20 | jansson.h \ |
21 | jansson_config.h \ | |
d770a97c VK |
22 | netxmsdb.h \ |
23 | netxms_getopt.h \ | |
24 | netxms_isc.h \ | |
d770a97c VK |
25 | netxms-regex.h \ |
26 | netxms-version.h \ | |
27 | nms_agent.h \ | |
28 | nms_common.h \ | |
29 | nms_cscp.h \ | |
30 | nms_threads.h \ | |
31 | nms_util.h \ | |
a7a4c1e9 | 32 | nxcc.h \ |
bf6fb6c3 VK |
33 | nxcldefs.h \ |
34 | nxclient.h \ | |
14149881 | 35 | nxclobj.h \ |
d770a97c VK |
36 | nxconfig.h \ |
37 | nxcpapi.h \ | |
1df169e3 | 38 | nxcrypto.h \ |
9cb6c12f | 39 | nxdbapi.h \ |
d770a97c | 40 | nxevent.h \ |
90a9e65e | 41 | nxjava.h \ |
d770a97c VK |
42 | nxlog.h \ |
43 | nxlpapi.h \ | |
44 | nxmbapi.h \ | |
5deb5f91 | 45 | nxproc.h \ |
d770a97c | 46 | nxqueue.h \ |
a2a24e9d | 47 | nxsdapi.h \ |
d770a97c VK |
48 | nxsl_classes.h \ |
49 | nxsl.h \ | |
d770a97c | 50 | nxsnmp.h \ |
2368dc85 | 51 | nxstat.h \ |
d770a97c | 52 | nxtools.h \ |
c7c6ce77 | 53 | nxtux.h \ |
d770a97c | 54 | rwlock.h \ |
d00ad4c6 | 55 | strophe.h \ |
d770a97c | 56 | unicode.h \ |
aac3f7b9 | 57 | uthash.h \ |
d770a97c | 58 | uuid.h |
8e9db1a9 VK |
59 | |
60 | SUBDIRS = msvc |