Browse code

fix location of nsis headers, needed for 'make dist' to work

git-svn: trunk@3644

Török Edvin authored on 2008/02/16 20:05:40
Showing 3 changed files
... ...
@@ -1,3 +1,8 @@
1
+Sat Feb 16 12:52:55 EET 2008 (edwin)
2
+------------------------------------
3
+  * libclamav/Makefile.am: fix location of nsis headers, needed for
4
+			  'make dist' to work
5
+
1 6
 Fri Feb 15 22:31:57 EET 2008 (edwin)
2 7
 ------------------------------------
3 8
   * libclamav/others.[ch]: replace cli_dbgmsg with a macro that avoids calling
... ...
@@ -144,9 +144,9 @@ libclamav_la_SOURCES = \
144 144
 	nsis/nulsft.c \
145 145
 	nsis/nulsft.h \
146 146
 	nsis/infblock.c \
147
-	nsis_zconf.h \
148
-	nsis_zlib.h \
149
-	nsis_zutil.h \
147
+	nsis/nsis_zconf.h \
148
+	nsis/nsis_zlib.h \
149
+	nsis/nsis_zutil.h \
150 150
 	pdf.c \
151 151
 	pdf.h \
152 152
 	spin.c \
... ...
@@ -378,9 +378,9 @@ libclamav_la_SOURCES = \
378 378
 	nsis/nulsft.c \
379 379
 	nsis/nulsft.h \
380 380
 	nsis/infblock.c \
381
-	nsis_zconf.h \
382
-	nsis_zlib.h \
383
-	nsis_zutil.h \
381
+	nsis/nsis_zconf.h \
382
+	nsis/nsis_zlib.h \
383
+	nsis/nsis_zutil.h \
384 384
 	pdf.c \
385 385
 	pdf.h \
386 386
 	spin.c \