[4269] * sql/updates/Makefile.am: Added missing SQL update files.
[mangos-git.git] / dep / include / Makefile.am
blob9be5e6b4e029a791b57780457c0a4811da4711f3
1 # Copyright (C) 2005,2006,2007 MaNGOS <http://www.mangosproject.org/>
3 # This program is free software; you can redistribute it and/or modify
4 # it under the terms of the GNU General Public License as published by
5 # the Free Software Foundation; either version 2 of the License, or
6 # (at your option) any later version.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11 # GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with this program; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17 ## Process this file with automake to produce Makefile.in
19 ## Sub-directories to parse
21 ## Additional files to include when running 'make dist'
22 #  G3DLite header files
23 EXTRA_DIST = \
24         g3dlite/G3D/AABox.h \
25         g3dlite/G3D/Array.h \
26         g3dlite/G3D/Box.h \
27         g3dlite/G3D/CollisionDetection.h \
28         g3dlite/G3D/CoordinateFrame.h \
29         g3dlite/G3D/Crypto.h \
30         g3dlite/G3D/debug.h \
31         g3dlite/G3D/format.h \
32         g3dlite/G3D/g3dmath.h \
33         g3dlite/G3D/g3dmath.inl \
34         g3dlite/G3D/GCamera.h \
35         g3dlite/G3D/Line.h \
36         g3dlite/G3D/Matrix3.h \
37         g3dlite/G3D/Plane.h \
38         g3dlite/G3D/platform.h \
39         g3dlite/G3D/Quat.h \
40         g3dlite/G3D/Quat.inl \
41         g3dlite/G3D/Ray.h \
42         g3dlite/G3D/RegistryUtil.h \
43         g3dlite/G3D/Sphere.h \
44         g3dlite/G3D/stringutils.h \
45         g3dlite/G3D/System.h \
46         g3dlite/G3D/Table.h \
47         g3dlite/G3D/Triangle.h \
48         g3dlite/G3D/Vector2.h \
49         g3dlite/G3D/Vector2.inl \
50         g3dlite/G3D/Vector2int16.h \
51         g3dlite/G3D/Vector3.h \
52         g3dlite/G3D/Vector3.inl \
53         g3dlite/G3D/Vector3int16.h \
54         g3dlite/G3D/Vector4.h \
55         g3dlite/G3D/Vector4.inl
57 #  MySQL header files for Win32 builds
58 EXTRA_DIST += \
59         mysql/config-netware.h \
60         mysql/config-os2.h \
61         mysql/config-win.h \
62         mysql/errmsg.h \
63         mysql/libmysqld.def \
64         mysql/Libmysql.def \
65         mysql/m_ctype.h \
66         mysql/m_string.h \
67         mysql/my_alloc.h \
68         mysql/my_dbug.h \
69         mysql/my_getopt.h \
70         mysql/my_global.h \
71         mysql/my_list.h \
72         mysql/my_pthread.h \
73         mysql/mysql_com.h \
74         mysql/mysqld_error.h \
75         mysql/mysql_embed.h \
76         mysql/mysql.h \
77         mysql/mysql_time.h \
78         mysql/mysql_version.h \
79         mysql/my_sys.h \
80         mysql/raid.h \
81         mysql/typelib.h
83 #  OpenSSL header files for Win32 builds
84 EXTRA_DIST += \
85         openssl/aes.h \
86         openssl/asn1.h \
87         openssl/asn1_mac.h \
88         openssl/asn1t.h \
89         openssl/bio.h \
90         openssl/blowfish.h \
91         openssl/bn.h \
92         openssl/buffer.h \
93         openssl/cast.h \
94         openssl/comp.h \
95         openssl/conf_api.h \
96         openssl/conf.h \
97         openssl/crypto.h \
98         openssl/des.h \
99         openssl/des_old.h \
100         openssl/dh.h \
101         openssl/dsa.h \
102         openssl/dso.h \
103         openssl/dtls1.h \
104         openssl/ebcdic.h \
105         openssl/ecdh.h \
106         openssl/ecdsa.h \
107         openssl/ec.h \
108         openssl/engine.h \
109         openssl/e_os2.h \
110         openssl/err.h \
111         openssl/evp.h \
112         openssl/hmac.h \
113         openssl/idea.h \
114         openssl/krb5_asn.h \
115         openssl/kssl.h \
116         openssl/lhash.h \
117         openssl/md2.h \
118         openssl/md4.h \
119         openssl/md5.h \
120         openssl/mdc2.h \
121         openssl/objects.h \
122         openssl/obj_mac.h \
123         openssl/ocsp.h \
124         openssl/opensslconf.h \
125         openssl/opensslv.h \
126         openssl/ossl_typ.h \
127         openssl/pem2.h \
128         openssl/pem.h \
129         openssl/pkcs12.h \
130         openssl/pkcs7.h \
131         openssl/pq_compat.h \
132         openssl/pqueue.h \
133         openssl/rand.h \
134         openssl/rc2.h \
135         openssl/rc4.h \
136         openssl/rc5.h \
137         openssl/ripemd.h \
138         openssl/rsa.h \
139         openssl/safestack.h \
140         openssl/sha.h \
141         openssl/ssl23.h \
142         openssl/ssl2.h \
143         openssl/ssl3.h \
144         openssl/ssl.h \
145         openssl/stack.h \
146         openssl/store.h \
147         openssl/symhacks.h \
148         openssl/tls1.h \
149         openssl/tmdiff.h \
150         openssl/txt_db.h \
151         openssl/ui_compat.h \
152         openssl/ui.h \
153         openssl/x509.h \
154         openssl/x509v3.h \
155         openssl/x509_vfy.h
157 #  SQLite header files for Win32 builds
158 EXTRA_DIST += \
159         sqlite/sqlite.h
161 #  VLD header files for Win32 builds
162 EXTRA_DIST += \
163         vld/vld.h
165 #  Zlib header files for Win32 builds
166 EXTRA_DIST += \
167         zlib/zconf.h \
168         zlib/zlib.h
170 #  ZThread header files for Win32 builds
171 EXTRA_DIST += \
172         zthread/AtomicCount.h \
173         zthread/Barrier.h \
174         zthread/BiasedReadWriteLock.h \
175         zthread/BlockingQueue.h \
176         zthread/BoundedQueue.h \
177         zthread/Cancelable.h \
178         zthread/ClassLockable.h \
179         zthread/ConcurrentExecutor.h \
180         zthread/Condition.h \
181         zthread/Config.h \
182         zthread/CountedPtr.h \
183         zthread/CountingSemaphore.h \
184         zthread/Exceptions.h \
185         zthread/Executor.h \
186         zthread/FairReadWriteLock.h \
187         zthread/FastMutex.h \
188         zthread/FastRecursiveMutex.h \
189         zthread/Guard.h \
190         zthread/GuardedClass.h \
191         zthread/Lockable.h \
192         zthread/LockedQueue.h \
193         zthread/MonitoredQueue.h \
194         zthread/Mutex.h \
195         zthread/NonCopyable.h \
196         zthread/PoolExecutor.h \
197         zthread/Priority.h \
198         zthread/PriorityCondition.h \
199         zthread/PriorityInheritanceMutex.h \
200         zthread/PriorityMutex.h \
201         zthread/PrioritySemaphore.h \
202         zthread/Queue.h \
203         zthread/ReadWriteLock.h \
204         zthread/RecursiveMutex.h \
205         zthread/Runnable.h \
206         zthread/Semaphore.h \
207         zthread/Singleton.h \
208         zthread/SynchronousExecutor.h \
209         zthread/Task.h \
210         zthread/Thread.h \
211         zthread/ThreadLocal.h \
212         zthread/ThreadLocalImpl.h \
213         zthread/ThreadedExecutor.h \
214         zthread/Time.h \
215         zthread/Waitable.h \
216         zthread/ZThread.h