]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/repl/Makefile.am
Source Format Enforcement (#665)
[thirdparty/squid.git] / src / repl / Makefile.am
index db988dfe4ee545fedc37a0d2952df37c26b75ff5..d1ac99c41c077cca7a1cfa362817101d217e6cc0 100644 (file)
@@ -16,7 +16,10 @@ EXTRA_LIBRARIES = liblru.a libheap.a
 noinst_LIBRARIES = $(REPL_LIBS)
 
 liblru_a_SOURCES = lru/store_repl_lru.cc
-libheap_a_SOURCES = heap/store_heap_replacement.h heap/store_heap_replacement.cc heap/store_repl_heap.cc
+libheap_a_SOURCES = \
+       heap/store_heap_replacement.cc \
+       heap/store_heap_replacement.h \
+       heap/store_repl_heap.cc
 
 
 ## Until such time as we have a makefile in src/repl/heap etc.