~ubuntu-branches/debian/stretch/menu/stretch

« back to all changes in this revision

Viewing changes to update-menus/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2002-02-15 23:01:02 UTC
  • Revision ID: james.westby@ubuntu.com-20020215230102-7j7wb86z0jmhbgy3
Tags: 2.1.5-10.1
NMU. Statically link menu on mips and mipsel to work around a
likely toolchain bug of some sort. sorta kinda Closes: #127921

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CXXFLAGS=-O0 -g -Wall
 
2
CFLAGS=-O0 -g -Wall
 
3
 
 
4
bin_PROGRAMS            = update-menus install-fvwmgenmenu
 
5
 
 
6
update_menus_SOURCES = update-menus.cc update-menus.h adstring.cc adstring.h regex-c.cc regex-c.h
 
7
 
 
8
install_fvwmgenmenu_SOURCES = install-fvwmgenmenu.c
 
9