From f5edc7c4976d67e5d1c6bf37cf1a6687d9f22f0e Mon Sep 17 00:00:00 2001 From: docwhat Date: Mon, 6 Dec 1999 01:48:58 +0000 Subject: Added static target, need to still do tarball and zip git-svn-id: http://svn.leocad.org/trunk@26 c7d43263-9d01-0410-8a33-9dba5d9f93d6 --- linux/module.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'linux/module.mk') diff --git a/linux/module.mk b/linux/module.mk index 40af84a..534ed46 100644 --- a/linux/module.mk +++ b/linux/module.mk @@ -1,6 +1,6 @@ SRC += linux/custom.cpp linux/gdkgl.c linux/gtkglarea.c linux/dialogs.cpp linux/gtktools.cpp linux/main.cpp linux/menu.cpp linux/system.cpp linux/toolbar.cpp -CFLAGS += `gtk-config --cflags` -CXXFLAGS += `gtk-config --cflags` -LIBS += `gtk-config --libs` +CFLAGS += $(shell gtk-config --cflags) +CXXFLAGS += $(shell gtk-config --cflags) +LIBS += $(shell gtk-config --libs) -- cgit v1.2.3