[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdelibs/kio/kio
From:       Michael Pyne <michael.pyne () kdemail ! net>
Date:       2005-09-02 0:30:16
Message-ID: 1125621016.625462.2010.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 456047 by mpyne:

Use make syntax rather than C++ syntax for conditional dependencies.

ACLs are still broken in kdelibs if you don't have libacl though.


 M  +4 -4      Makefile.am  


--- branches/KDE/3.5/kdelibs/kio/kio/Makefile.am #456046:456047
@@ -42,9 +42,9 @@
 	kdatatool.cpp karchive.cpp kfilefilter.cpp \
 	kfilemetainfo.cpp kdcopservicestarter.cpp \
 	dataslave.cpp dataprotocol.cpp 
-#if USE_POSIX_ACL
+if USE_POSIX_ACL
   libksycoca_la_SOURCES += kacl.cpp
-#endif
+endif
 
 include_HEADERS = \
 	kservicetype.h kmimetype.h kmimemagic.h kservice.h \
@@ -58,9 +58,9 @@
 	karchive.h kfilefilter.h kfilemetainfo.h renamedlgplugin.h \
 	kmimetyperesolver.h kdcopservicestarter.h kremoteencoding.h \
 	kmimetypechooser.h 
-#if USE_POSIX_ACL
+if USE_POSIX_ACL
 include_HEADERS += kacl.h
-#endif
+endif
 
 #libkiocore_la_LDFLAGS = $(all_libraries)
 #libkiocore_la_LIBADD = ../../kdeui/libkdeui.la ../../kdesu/libkdesu.la $(LIBZ) $(LIBFAM) $(LIBVOLMGT)
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic