~cyphermox/indicator-appmenu/appmenu-qt5

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Tarmac
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2012-12-27 16:12:54 UTC
  • mfrom: (226.1.2 indicator-appmenu)
  • Revision ID: tarmac-20121227161254-15excopqw4bge00g
Autoconf: add Hud build dependencies.

Approved by PS Jenkins bot, Marco Trevisan (Treviño).

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
 
173
173
hud_cli_CFLAGS = \
174
174
        $(HUD_CFLAGS) \
 
175
        $(HUD_CLIENT_CFLAGS) \
175
176
        $(COVERAGE_CFLAGS) \
176
177
        -Wall -Werror
177
178
 
178
179
hud_cli_LDFLAGS = \
179
180
        $(HUD_LIBS) \
 
181
        $(HUD_CLIENT_LIBS) \
180
182
        $(COVERAGE_LDFLAGS) \
181
183
        -lreadline -lcurses
182
184