~ubuntu-branches/ubuntu/intrepid/dash/intrepid-updates

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-07-18 15:38:47 UTC
  • mto: This revision was merged to the branch mainline in revision 14.
  • Revision ID: james.westby@ubuntu.com-20070718153847-z900khc1ukawd3r7
Tags: upstream-0.5.4
ImportĀ upstreamĀ versionĀ 0.5.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
COMMON_CFLAGS = -Wall
4
4
COMMON_CPPFLAGS = \
5
5
        -include $(top_builddir)/config.h \
6
 
        -DBSD=1 -DSMALL -DSHELL \
 
6
        -DBSD=1 -DSHELL \
7
7
        -DGLOB_BROKEN -DFNMATCH_BROKEN -DIFS_BROKEN
8
8
 
9
9
AM_CFLAGS = $(COMMON_CFLAGS)