mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
oops
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@713 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
parent
34cdacf644
commit
e0af176760
@ -48,13 +48,13 @@ INCLPATH = -I/usr/include \
|
|||||||
# where gtk's installed and is supposed to report the compiler
|
# where gtk's installed and is supposed to report the compiler
|
||||||
# options needed for the build.
|
# options needed for the build.
|
||||||
|
|
||||||
CFLAGS := $(shell gtk-config -cflags) -g -Wall
|
CFLAGS := $(shell gtk-config --cflags) -g -Wall
|
||||||
LFLAGS := -g -Wall
|
LFLAGS := -g -Wall
|
||||||
|
|
||||||
# LIBS = -lXpm -lXm -lXmu -lXt -lXext -lSM -lICE -lX11 -lpng -ljpeg -lz -lm
|
# LIBS = -lXpm -lXm -lXmu -lXt -lXext -lSM -lICE -lX11 -lpng -ljpeg -lz -lm
|
||||||
# LIBS = -lgtk -lgdk -lglib -lXpm -lXext -lXmu -lXt -lXext \
|
# LIBS = -lgtk -lgdk -lglib -lXpm -lXext -lXmu -lXt -lXext \
|
||||||
# -lSM -lICE -lX11 -lpng -ljpeg -lz -lm
|
# -lSM -lICE -lX11 -lpng -ljpeg -lz -lm
|
||||||
LIBS := $(shell gtk-config -libs)
|
LIBS := $(shell gtk-config --libs)
|
||||||
LIBPATH = -L/lib -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib/.
|
LIBPATH = -L/lib -L/usr/lib -L/usr/local/lib -L/usr/X11R6/lib/.
|
||||||
TARGET = ../../xacc.gtk.bin
|
TARGET = ../../xacc.gtk.bin
|
||||||
|
|
||||||
|
@ -48,13 +48,13 @@ INCLPATH = -I/usr/include \
|
|||||||
# where gtk's installed and is supposed to report the compiler
|
# where gtk's installed and is supposed to report the compiler
|
||||||
# options needed for the build.
|
# options needed for the build.
|
||||||
|
|
||||||
CFLAGS := $(shell gtk-config -cflags) @cflags@
|
CFLAGS := $(shell gtk-config --cflags) @cflags@
|
||||||
LFLAGS := @lflags@
|
LFLAGS := @lflags@
|
||||||
|
|
||||||
# LIBS = @LIBS@
|
# LIBS = @LIBS@
|
||||||
# LIBS = -lgtk -lgdk -lglib -lXpm -lXext -lXmu -lXt -lXext \
|
# LIBS = -lgtk -lgdk -lglib -lXpm -lXext -lXmu -lXt -lXext \
|
||||||
# -lSM -lICE -lX11 -lpng -ljpeg -lz -lm
|
# -lSM -lICE -lX11 -lpng -ljpeg -lz -lm
|
||||||
LIBS := $(shell gtk-config -libs)
|
LIBS := $(shell gtk-config --libs)
|
||||||
LIBPATH = -L/lib -L/usr/lib -L/usr/local/lib -L@x_libraries@/.
|
LIBPATH = -L/lib -L/usr/lib -L/usr/local/lib -L@x_libraries@/.
|
||||||
TARGET = ../../xacc.gtk.bin
|
TARGET = ../../xacc.gtk.bin
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user