Set up CFLAGS on Unix too
This commit is contained in:
@ -2,7 +2,7 @@ localedir = $(datadir)/locale
|
||||
|
||||
bin_PROGRAMS = hexchat
|
||||
|
||||
AM_CPPFLAGS = $(GUI_CFLAGS) -DG_DISABLE_CAST_CHECKS -DLOCALEDIR=\"$(localedir)\"
|
||||
AM_CPPFLAGS = $(GUI_CFLAGS) -DLOCALEDIR=\"$(localedir)\"
|
||||
|
||||
hexchat_LDADD = ../common/libhexchatcommon.a $(GUI_LIBS)
|
||||
|
||||
|
Reference in New Issue
Block a user