~rpm5/popt/trunk

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: devzero2000
  • Date: 2011-09-05 11:35:53 UTC
  • Revision ID: devzero2000-20110905113553-w1hnkccqhkalc9vm
merge commit aee9f24 from git pull request
https://github.com/devzero2000/POPT/pull/2
"Add makefile for mingw"
by asenm (Matt Arsenault). Include these new object
in EXTRA_DIST (Makefile.am) by devzero2000 (Elia Pinto)

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
                                test3-data/02.answer \
79
79
                                test3-data/02.input \
80
80
                                test3-data/03.answer \
81
 
                                test3-data/03.input
 
81
                                test3-data/03.input \
 
82
                                Makefile.mingw \
 
83
                                config.h.mingw
82
84
 
83
85
SUBDIRS = po . auto
84
86