about summary refs log tree commit diff stats
path: root/src/ui/tray.c
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2022-03-27 20:49:19 +0300
committerPaul Fertser <fercerpav@gmail.com>2022-03-27 20:49:19 +0300
commit08212a839acd1c9002c4cf324944f7ee72189f3e (patch)
tree22fb84ba5bb6a1f4006d661e513859cc7911bf0a /src/ui/tray.c
parent90ea2fabe6b5b4ddeeddc6c67f33bda5df42599d (diff)
downloadprofani-tty-08212a839acd1c9002c4cf324944f7ee72189f3e.tar.gz
Fix AM_CFLAGS assignments (including libstrophe flags)
Autoconf can pre-populate this variable with essential parameters so
it should be appended to rather than overridden.

While at it, don't miss to append CFLAGS for libstrope which is needed
if it's installed to a non-default location.
Diffstat (limited to 'src/ui/tray.c')
0 files changed, 0 insertions, 0 deletions
> 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194