mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
20 lines
454 B
Diff
20 lines
454 B
Diff
--- Makefile 2006-12-16 11:13:34.000000000 -0600
|
|
+++ Makefile.gvfs 2007-01-01 20:01:41.000000000 -0600
|
|
@@ -15,7 +15,7 @@
|
|
archive=atol-$(VERSION)_src
|
|
|
|
#define plugin install path
|
|
-plugin_dir=$(DESTDIR)$(prefix)/local/lib/atol
|
|
+plugin_dir=$(DESTDIR)$(prefix)/lib/atol
|
|
#comment this to remove gnome-vfs support
|
|
HAVE_GNOME_VFS=1
|
|
|
|
@@ -32,7 +32,7 @@
|
|
#DEBUG=-g -D_DEBUG
|
|
|
|
CXX=g++
|
|
-CFLAGS=-Wall
|
|
+CFLAGS+= -Wall
|
|
FLAGS=$(CFLAGS)
|
|
BIN=./bin
|
|
OBJ=./bin
|