Browse code

add missing iana_tld.h

git-svn: trunk@2405

Tomasz Kojm authored on 2006/10/16 17:52:52
Showing 3 changed files
... ...
@@ -1,3 +1,7 @@
1
+Mon Oct 16 10:50:34 CEST 2006 (tk)
2
+----------------------------------
3
+  * libclamav/Makefile.am: add missing iana_tld.h
4
+
1 5
 Mon Oct 16 03:13:21 CEST 2006 (tk)
2 6
 ----------------------------------
3 7
   * 0.90RC1 (released with JS and PST code removed)
... ...
@@ -149,6 +149,7 @@ libclamav_la_SOURCES = \
149 149
 	phish_domaincheck_db.h \
150 150
 	phish_whitelist.c \
151 151
 	phish_whitelist.h \
152
+	iana_tld.h \
152 153
 	regex_list.c \
153 154
 	regex_list.h \
154 155
 	sha256.c \
... ...
@@ -350,6 +350,7 @@ libclamav_la_SOURCES = \
350 350
 	phish_domaincheck_db.h \
351 351
 	phish_whitelist.c \
352 352
 	phish_whitelist.h \
353
+	iana_tld.h \
353 354
 	regex_list.c \
354 355
 	regex_list.h \
355 356
 	sha256.c \