55dfa65e52
Spooky, eh? :) PR: 21311 Submitted by: Trevor Johnson <trevor@jpj.net>
12 lines
485 B
Plaintext
12 lines
485 B
Plaintext
--- Makefile.orig Sun Sep 10 22:57:32 2000
|
|
+++ Makefile Sat Sep 16 13:47:33 2000
|
|
@@ -7,7 +7,7 @@
|
|
|
|
|
|
autozen: autozen.c *.xpm
|
|
- $(CC) -D_REENTRANT $(CFLAGS) -I/usr/local/lib/glib/include/ `gtk-config --cflags` `gtk-config --libs` -pthread autozen.c -o autozen $(DEBUG_LIBS)
|
|
+ $(CC) -D_REENTRANT $(CFLAGS) -I/usr/local/lib/glib/include/ `$(GTK_CONFIG) --cflags` `$(GTK_CONFIG) --libs` -pthread autozen.c -o autozen $(DEBUG_LIBS)
|
|
|
|
seq2wav: seq2wav.c
|
|
$(CC) seq2wav.c -o seq2wav -lm
|