[Parted-edge] [PATCH] Building system fixes for a clean bootstraping

Otavio Salvador otavio at debian.org
Wed Apr 18 01:59:04 UTC 2007


From: Otavio Salvador <otavio at ossystems.com.br>

This patch just fix the issues need to make the libpartedpp to be
cleaned bootstraped.

Signed-off-by: Otavio Salvador <otavio at ossystems.com.br>
---
 src/Makefile.am |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/src/Makefile.am b/src/Makefile.am
index aa1dc40..be316bd 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,6 @@
 # set the include path found by configure
 INCLUDES = $(all_includes)
 
-CXXFLAGS= -O2 -fexceptions -fno-check-new
-
 ### The shared library ###
 lib_LTLIBRARIES = libpartedpp.la
 libpartedpp_la_LIBADD = -lparted
@@ -20,12 +18,6 @@ libpartedpp_la_SOURCES = \
     timerhandler.cc   \
     timer.cc
 
-### The static library ###
-#noinst_LIBRARIES = libpartedpp.a
-#libpartedpp_a_LIBADD = -lparted -ldl
-#libpartedpp_a_METASOURCES = AUTO
-#libpartedpp_a_SOURCES = \
-
 ### The Includes ###
 libpartedppincludedir = $(includedir)/partedpp
 libpartedppinclude_HEADERS = \
-- 
1.5.1




More information about the Parted-edge mailing list