diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-04-02 22:35:42 -0700 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-04-02 22:35:42 -0700 |
commit | 14b089ef90552109e3c138f48c6bdbcb4bb50766 (patch) | |
tree | 93387379102ff627edb7f2322f41fe740ba7ae4d /src | |
parent | 9c49254abd59b8e3f4ecf2be7477dd62bf399296 (diff) |
Set up CFLAGS on Unix too
Diffstat (limited to 'src')
-rw-r--r-- | src/fe-gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/Makefile.am b/src/fe-gtk/Makefile.am index 3928b413..8bbad35d 100644 --- a/src/fe-gtk/Makefile.am +++ b/src/fe-gtk/Makefile.am @@ -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) |