File: makefile.patch

package info (click to toggle)
gkrellmoon 0.6-8
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 344 kB
  • sloc: ansic: 1,650; makefile: 82
file content (17 lines) | stat: -rw-r--r-- 486 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- gkrellmoon-0.6.orig/Makefile
+++ gkrellmoon-0.6/Makefile
@@ -4,7 +4,7 @@ GTK_LIB = `pkg-config gtk+-2.0 --libs`
 INSTALLDIR = ${DESTDIR}/usr/lib/gkrellm2/plugins
 
 
-FLAGS = -O2 -Wall -fPIC $(GTK_INCLUDE)
+FLAGS = -O2 -g -Wall -fPIC $(GTK_INCLUDE)
 LIBS = $(GTK_LIB)
 LFLAGS = -shared
 
@@ -23,4 +23,4 @@ gkrellmoon.o: gkrellmoon.c moon_60.xpm
 # %.o: %.c
 
 install: gkrellmoon.so
-	install -c -s -m 644 gkrellmoon.so $(INSTALLDIR)
+	install -c -m 644 gkrellmoon.so $(INSTALLDIR)