diff audacious/widgets/Makefile @ 1545:fabbc01ee381 trunk

[svn] add -D_WIDGETCORE_H_ as we can use the private includes here
author nenolod
date Thu, 10 Aug 2006 13:44:27 -0700
parents 06329cbf186a
children ec4d858524fa
line wrap: on
line diff
--- a/audacious/widgets/Makefile	Thu Aug 10 13:42:55 2006 -0700
+++ b/audacious/widgets/Makefile	Thu Aug 10 13:44:27 2006 -0700
@@ -12,7 +12,8 @@
 	$(ARCH_DEFINES)    \
 	-I../..    \
 	-I..	   \
-	-I../../intl
+	-I../../intl \
+	-D_WIDGETCORE_H_
 
 SOURCES = \
 	widget.c \