Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 462286
Collapse All | Expand All

(-)Makefile.dist (-1 / +1 lines)
Lines 18-24 Link Here
18
MENUFILE = $(PREFIX)/share/applications/kornelix-fotoxx.desktop
18
MENUFILE = $(PREFIX)/share/applications/kornelix-fotoxx.desktop
19
19
20
CFLAGS = $(CXXFLAGS) -c -DPF=\"$(PF)\" `pkg-config --cflags gtk+-3.0`
20
CFLAGS = $(CXXFLAGS) -c -DPF=\"$(PF)\" `pkg-config --cflags gtk+-3.0`
21
LIBS = `pkg-config --libs gtk+-3.0`
21
LIBS = `pkg-config --libs gtk+-3.0` -lpthread
22
22
23
ALLFILES = fotoxx.o f.menus.o f.file.o f.tools.o f.area.o f.meta.o      \
23
ALLFILES = fotoxx.o f.menus.o f.file.o f.tools.o f.area.o f.meta.o      \
24
           f.xform.o f.enhance.o f.repair.o f.effects.o f.combine.o zfuncs.o
24
           f.xform.o f.enhance.o f.repair.o f.effects.o f.combine.o zfuncs.o

Return to bug 462286