From 7e6525356008b7ce147261bed9b13fb2c6072cd9 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 24 Dec 2014 16:03:09 +0800 Subject: [PATCH] src/Makefile.am --- src/Makefile.am | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index 2f87da2ad..403132971 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,7 +1,7 @@ -AM_CFLAGS =\ - -Wall\ - -Wno-unused-but-set-variable\ +AM_CFLAGS = \ + -Wall \ + -Wno-unused-but-set-variable \ -g bin_PROGRAMS = builder4 @@ -47,6 +47,6 @@ builder4_SOURCES = \ Builder4/ValaProjectSettings.vala \ Builder4/MainWindow.vala -builder4_VALAFLAGS= -g --vapidir=./vapi \ +builder4_VALAFLAGS= -g --vapidir=./vapi --pkg posix \ @BUILDER4_PACKAGES@ -- 2.39.2