CVS: is/lib Makefile.am,1.16,1.17
Andres Salomon <[email protected]> Wed, 04 Dec 2002 22:32:12 -0800
| Newsgroups | gmane.comp.file-systems.intermezzo.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/intermezzo/is/lib In directory sc8-pr-cvs1:/tmp/cvs-serv13678/lib Modified Files: Makefile.am Log Message: ok, this should make the autotools happy Index: Makefile.am =================================================================== RCS file: /cvsroot/intermezzo/is/lib/Makefile.am,v retrieving revision 1.16 retrieving revision 1.17 diff -U2 -r1.16 -r1.17 --- Makefile.am 5 Dec 2002 05:39:45 -0000 1.16 +++ Makefile.am 5 Dec 2002 06:32:10 -0000 1.17 @@ -1,4 +1,4 @@ -INCLUDES= $(GLIB2_CFLAGS) -I$(top_srcdir)/@KERNDIR@ $(CURL_CFLAGS) - +INCLUDES= $(GLIB2_CFLAGS) -I$(top_srcdir)/$(KERNDIR) $(CURL_CFLAGS) +SUBDIRS = KERNELLINKS = kml_unpack.c DISTCLEANFILES = $(KERNELLINKS) link-stamp *.orig *.rej @@ -6,8 +6,5 @@ $(KERNELLINKS): link-stamp link-stamp: - if test ! -z "@KERNDIR@"; then \ - echo "kerndir: @KERNDIR@"; \ - list='$(KERNELLINKS)'; for f in $$list; do echo $$f ; ln -snf $(top_srcdir)/@KERNDIR@/$$f .; done ; \ - fi + list='$(KERNELLINKS)'; for f in $$list; do echo $$f ; ln -snf $(top_srcdir)/$(KERNDIR)/$$f .; done echo timestamp > link-stamp ------------------------------------------------------- This SF.net email is sponsored by: Microsoft Visual Studio.NET comprehensive development tool, built to increase your productivity. Try a free online hosted session at: http://ads.sourceforge.net/cgi-bin/redirect.pl?micr0003en