summaryrefslogtreecommitdiff
path: root/portland/dapi/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'portland/dapi/BUILD')
-rw-r--r--portland/dapi/BUILD15
1 files changed, 0 insertions, 15 deletions
diff --git a/portland/dapi/BUILD b/portland/dapi/BUILD
deleted file mode 100644
index 46c9fdd..0000000
--- a/portland/dapi/BUILD
+++ /dev/null
@@ -1,15 +0,0 @@
-make -f Makefile.cvs
-./configure
-make
-make install
-
-For KDE module:
-cd kde
-make -f Makefile.cvs
-./configure
-make
-make install
-
-If you have a serious problem with the -Werror flag, edit configure.ac
-and kde/configure.in.in (sorry, but plain C accepts unbelievable nonsense
-without it). It should be probably turned into a configure switch or something.