aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-08-31 12:13:12 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-08-31 12:13:12 +0000
commit607f73cd71416b06961871e7e9647863b1b16d9b (patch)
tree2bca17b23be26fb94623f6560966aefba7acd6cc /gtk
parentd1040bd39aca3f59724a038246b4c22765ee511c (diff)
dont include config.nmake in the codecs makefile it appears it is not needed
dont link with libcodec.a 1, this should be a shared library not a static one? 2, its not built on unix so it is missing making unix/linux build work again svn path=/trunk/; revision=19101
Diffstat (limited to 'gtk')
-rw-r--r--gtk/codecs/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/codecs/Makefile.am b/gtk/codecs/Makefile.am
index e91fbc7476..e2f3230c3a 100644
--- a/gtk/codecs/Makefile.am
+++ b/gtk/codecs/Makefile.am
@@ -3,7 +3,7 @@
#
# $Id$
-include ..\..\config.nmake
+#include ..\..\config.nmake
############### no need to modify below this line #########