Codebase list gromit / 3476317
must link math library -lm Barak A. Pearlmutter 12 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1414 CFLAGS += $(shell pkg-config --cflags-only-other gtk+-2.0 x11)
1515
1616 LOADLIBES += $(shell pkg-config --libs gtk+-2.0 x11)
17 LOADLIBES += -lm