Lines 11-16
Link Here
|
11 |
AUTHOR => 'Purple <http://pidgin.im/>') : ()), |
11 |
AUTHOR => 'Purple <http://pidgin.im/>') : ()), |
12 |
'DEFINE' => '@DEBUG_CFLAGS@', |
12 |
'DEFINE' => '@DEBUG_CFLAGS@', |
13 |
'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple @GLIB_CFLAGS@', |
13 |
'INC' => '-I. -I@srcdir@ -I@top_srcdir@ -I@top_srcdir@/libpurple @GLIB_CFLAGS@', |
|
|
14 |
'LIBS' => '-lglib-2.0', # resolve g_* references |
14 |
'OBJECT' => '$(O_FILES)', # link all the C files too |
15 |
'OBJECT' => '$(O_FILES)', # link all the C files too |
15 |
# 'OPTIMIZE' => '-g', # For debugging |
16 |
# 'OPTIMIZE' => '-g', # For debugging |
16 |
); |
17 |
); |