~ubuntu-branches/ubuntu/utopic/fotoxx/utopic

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Mahyuddin Susanto
  • Date: 2011-01-28 01:06:35 UTC
  • Revision ID: james.westby@ubuntu.com-20110128010635-80x6winvo8ss6alt
Tags: 10.7-1ubuntu1
* Fix FTBFS binutils-gold with ld --as-needed. (LP: #707829, Closes: #610545)
* Renaming old name debian/fotoxxfotoxx.desktop -> debian/fotoxx.desktop
  as declared in debian/rules, and refreshed with latest 
  desktop-file-validate. (LP: #705036, Closes: #610544)

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
$(PROGRAM): $(PROGRAM).o zfuncs.o
23
23
        @ ./dependencies.sh
24
 
        $(CXX) $(LFLAGS) -ltiff -o $(PROGRAM) $(PROGRAM).o zfuncs.o
 
24
        $(CXX) -o $(PROGRAM) $(PROGRAM).o zfuncs.o $(LFLAGS) -ltiff
25
25
 
26
26
$(PROGRAM).o: $(SOURCE)
27
27
        $(CXX) $(CFLAGS) -o $(PROGRAM).o $(SOURCE)              \