Ignore:
Timestamp:
2009-07-19T20:36:20+02:00 (16 years ago)
Author:
frederik
Message:

webkit-image makefile/linking order fixes by Hanno Boeck <hanno@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/wmsplugin/Makefile

    r13262 r16592  
    33MOC=moc
    44#MOC=/usr/share/qt4/bin/moc
    5 CFLAGS  =
    6 LDFLAGS = `pkg-config --libs --cflags QtCore QtGui QtWebKit`
     5CFLAGS =
     6LDFLAGS =
     7LDLIBS = `pkg-config --libs --cflags QtCore QtGui QtWebKit`
    78
    89webkit-image: webkit-image.cpp webkit-image.h
    9         g++ -W -o $@ -O2 $(CFLAGS) $(LDFLAGS) webkit-image.cpp
     10        g++ -W -o $@ -O2 $(CFLAGS) $(LDFLAGS) webkit-image.cpp $(LDLIBS)
    1011
    1112webkit-image.h: webkit-image.cpp
Note: See TracChangeset for help on using the changeset viewer.