diff --git a/src/partition_allocator/Makefile.am b/src/partition_allocator/Makefile.am
index 6b46a1af535ae9a48529527ba1daa3ee7e9fa079..7cdf94677c847fe0bde79d064eb9573730bd07de 100644
--- a/src/partition_allocator/Makefile.am
+++ b/src/partition_allocator/Makefile.am
@@ -1,21 +1,21 @@
 # $Id$
 # Makefile.am for graph_solver
 
-AUTOMAKE_OPTIONS = foreign
+# AUTOMAKE_OPTIONS = foreign
 
-INCLUDES = -I$(top_srcdir) 
+# INCLUDES = -I$(top_srcdir) 
 
-# to build the executable
-bin_PROGRAMS = partition_allocator
+# # to build the executable
+# bin_PROGRAMS = partition_allocator
 
-partition_allocator_SOURCES = partition_allocator.c partition_allocator.h \
-                       graph_solver.c graph_solver.h \
-                       graph_structs.c graph_structs.h 
+# partition_allocator_SOURCES = partition_allocator.c partition_allocator.h \
+#                        graph_solver.c graph_solver.h \
+#                        graph_structs.c graph_structs.h 
 
-partition_allocator_LDADD = \
-	$(top_builddir)/src/common/libcommon.la 
+# partition_allocator_LDADD = \
+# 	$(top_builddir)/src/common/libcommon.la 
 
-partition_allocator_LDFLAGS = -export-dynamic -lm $(CMD_LDFLAGS)
+# partition_allocator_LDFLAGS = -export-dynamic -lm $(CMD_LDFLAGS)
 
 # making a .la
 lib_LTLIBRARIES = libpartition_allocator.la