Set up CFLAGS on Unix too

This commit is contained in:
Berke Viktor
2013-04-02 22:35:42 -07:00
parent 9c49254abd
commit 14b089ef90
2 changed files with 3 additions and 3 deletions

View File

@ -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)