]> git.pld-linux.org Git - packages/erikyyyphone.git/blob - erikyyyphone-make.patch
- tabs in preamble
[packages/erikyyyphone.git] / erikyyyphone-make.patch
1 diff -ruN erikyyyphone-1.0.0.orig/src/Makefile.am erikyyyphone-1.0.0/src/Makefile.am
2 --- erikyyyphone-1.0.0.orig/src/Makefile.am     Thu Apr 29 18:31:22 1999
3 +++ erikyyyphone-1.0.0/src/Makefile.am  Tue Aug 29 12:56:41 2000
4 @@ -1,13 +1,8 @@
5  ## Process this file with automake to produce Makefile.in
6  
7 -dist-hook:
8 -       mkdir $(distdir)/gsm
9 -       cd gsm;make clean;cd ..
10 -       cp -a gsm/. $(distdir)/gsm
11 -
12  bin_PROGRAMS=erikyyyphone erikyyyphoneserver
13  
14 -INCLUDES=-Dkickwarn
15 +INCLUDES=-Dkickwarn $(CURSES_INCLUDEDIR)
16  
17  erikyyyphone_SOURCES=\
18    allgtypedef.H erikyyylist.H version.H \
19 @@ -39,9 +34,5 @@
20    msgarten.C msgarten.H \
21    gsmwrapper.c gsmwrapper.h
22  
23 -erikyyyphoneserver_LDADD=-Lgsm/lib -lgsm
24 -
25 -erikyyyphoneserver_DEPENDENCIES=gsm/lib/libgsm.a
26 +erikyyyphoneserver_LDADD=-lgsm
27  
28 -gsm/lib/libgsm.a:
29 -       cd gsm;make&&cd ..
This page took 0.092115 seconds and 3 git commands to generate.